|
ExitDo | ||
ExitDo | ||
Parameters: NONE | ||
Returns: NONE | ||
ExitDo will force PlayBASIC to break out of the current Do-Loop that is being executed. FACTS: * Only Works within Do-Loop or Do-DecLoop Structures. * When an command is executed, PlayBASIC will about the loop and continue executing code after the Loop or DecLoop statement. Mini Tutorial: Breaking free of Do-Loop when a condition is met.
This example would output.
|
Related Info: | Continue | DecLoop | Do | Exit | Goto | Loop : |
|
|||||||||||||||||||||||||||||||||||||||
(c) Copyright 2002 - 2024 - Kevin Picone - PlayBASIC.com |