I'm got a count of how many times I want to do a process,
but i also need an index into the table,
so can I combine PERFORM TIMES with VARYING?
perform 999-process x-cnt times
varying sub 1 by 1
until sub > 99.
This way I can say
--> move widgit(sub)....
Is this possible?
Thanks.
but i also need an index into the table,
so can I combine PERFORM TIMES with VARYING?
perform 999-process x-cnt times
varying sub 1 by 1
until sub > 99.
This way I can say
--> move widgit(sub)....
Is this possible?
Thanks.