So I have a for loop that is working. I put a IF statement in, like this
For Items 1 to 10
Do Stuff
;Check Value
If $x= "" (no value) THEN....
For THEN, I want it to basically abort what its doing, and go to the next item in for FOR loop. Any ideas?
I thought about putting a function in there, to have it throw an error, then it should continue, but i thought there might be a cleaner way.
For Items 1 to 10
Do Stuff
;Check Value
If $x= "" (no value) THEN....
For THEN, I want it to basically abort what its doing, and go to the next item in for FOR loop. Any ideas?
I thought about putting a function in there, to have it throw an error, then it should continue, but i thought there might be a cleaner way.