EXIT FOR - QB64 Wiki

EXIT FOR

From QB64 Wiki

Revision as of 22:05, 9 May 2011 by Clippy (Talk | contribs)
(diff) ← Older revision | Current revision (diff) | Newer revision → (diff)
Jump to: navigation, 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:
Go to Keyword Reference - Alphabetical
Go to Keyword Reference - By usage
Go to Main WIKI Page