G
Guest
I'm processing a standard loop
For i = 1 to X
Next i
In the middle of the loop I want to check a condition, and if the condition
is true, then I want to go to the next value of i, and start processing the
loop again from the beginning. My code looks something like
For i= 1 to X
For i = 1 to X
Next i
In the middle of the loop I want to check a condition, and if the condition
is true, then I want to go to the next value of i, and start processing the
loop again from the beginning. My code looks something like
For i= 1 to X