- Joined
- Mar 27, 2008
- Messages
- 8,035
How can I end a loop, prematurely without the process going to the check of "exitwhen" ?
Let's say;
loop
exitwhen i > j
IF SOMETHING
END THE LOOP
endloop
How can I end that loop without the process going for a check of "i > j" ?
Let's say;
loop
exitwhen i > j
IF SOMETHING
END THE LOOP
endloop
How can I end that loop without the process going for a check of "i > j" ?