EXIT FOR
Revision as of 17:27, 28 August 2017 by imported>SMcNeill
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: