Quantcast
Channel: AutoIt v3 - General Help and Support
Viewing all articles
Browse latest Browse all 12506

How to go to next item in "For" loop IF....

$
0
0
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.

Viewing all articles
Browse latest Browse all 12506

Trending Articles