G
Guest
Hi there,
I'm using the line: For x = 1 to Variable, where Variable is a integer.
Now it all works well but if a certain condition happens, then Variable can
go up by 1.
Now Variable will show that it has indeed gone up by one BUT the: For x = 1
to Variable, will still go by the orginal number not the amended number.
Has anyone run into this before and know a way to get it to work the way
that I would like it to?
Thanks
I'm using the line: For x = 1 to Variable, where Variable is a integer.
Now it all works well but if a certain condition happens, then Variable can
go up by 1.
Now Variable will show that it has indeed gone up by one BUT the: For x = 1
to Variable, will still go by the orginal number not the amended number.
Has anyone run into this before and know a way to get it to work the way
that I would like it to?
Thanks