Bug Fixing : GetNextSeq did not pass through innerloop parameters.

This commit is contained in:
hdl 2007-07-12 10:01:20 +00:00
parent 4abd89f94f
commit 896d1cd5c8

View file

@ -972,7 +972,8 @@ sub GetNextSeq {
$newlastvalue3=$val->{setto3} if ($newlastvalue3>$val->{whenmorethan3}); # reset counter if needed.
$calculated =~ s/\{Z\}/$newlastvalue3/g;
return ( $calculated, $newlastvalue1, $newlastvalue2, $newlastvalue3 );
return ( $calculated, $newlastvalue1, $newlastvalue2, $newlastvalue3 ,
$newinnerloop1, $newinnerloop2, $newinnerloop3);
}
=head2 GetSeq