M
Mitchell Vincent
Is there any way to "skip" iterations in a for loop?
Example :
for x = 1 to 10
if something = 1
next
endif
next
I see the Exit For, but I just need to skip iterations sometimes, not
jump out all together.
Thanks!
Example :
for x = 1 to 10
if something = 1
next
endif
next
I see the Exit For, but I just need to skip iterations sometimes, not
jump out all together.
Thanks!