EXIT FOR

From QB64 Phoenix Edition Wiki
Revision as of 16:23, 21 April 2022 by BigRon55 (talk | contribs) (Created page with "The '''EXIT FOR''' statement allows a condition other than the counter value to exit a FOR...NEXT loop. {{PageSyntax}} :: EXIT FOR * Used with a conditional statement to exit a FOR counter loop early. ''See also:'' * FOR...NEXT * EXIT DO, IF...THEN * _CONTINUE {{PageNavigation}}")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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


  • 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
Report a broken link