EXIT FOR
From QB64 Wiki
The EXIT FOR statement allows a condition other than the counter value to exit a FOR...NEXT loop.
- EXIT FOR
- Used with a conditional statement to exit a FOR counter loop early.
See also:
The EXIT FOR statement allows a condition other than the counter value to exit a FOR...NEXT loop.
See also: