EXIT FOR

From QB64 Phoenix Edition Wiki
Jump to navigation Jump to search

The EXIT FOR statement allows a condition other than the counter value to exit a FOR...NEXT loop.


Syntax

EXIT FOR


Description

  • Mostly used with a conditional statement to exit a FOR counter loop early.


See also



Navigation:
Main Page with Articles and Tutorials
Keyword Reference - Alphabetical
Keyword Reference - By usage