EXIT FOR - mkilgore/QB64pe GitHub 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.
Navigation:
Go to Keyword Reference - Alphabetical
Go to Keyword Reference - By usage
Go to Main WIKI Page