|
Exit | ||||
Exit | ||||
Parameters: NONE | ||||
Returns: NONE | ||||
Exit terminates the current loop and continues program execution after that loops closing statement. FACTS: * Also See: ExitFor, ExitWhile, ExitRepeat, or ExitDo, to explicitly define the loop you want to exit. * Exit can only exit the current loop. So if you've inside a couple of nested loops (of the same type) you might find Goto an easy option to exit out of them. Mini Tutorial #1:
This example would output.
Mini Tutorial #2:
This example would output.
|
Related Info: | Continue | ExitDo | ExitFor | ExitFunction | ExitRepeat | ExitWhile | Loops : |
|
|||||||||||||||||||||||||||||||||||||||
(c) Copyright 2002 - 2024 - Kevin Picone - PlayBASIC.com |