EXIT WHILE: Difference between revisions
Jump to navigation
Jump to search
Navigation:
Main Page with Articles and Tutorials
Keyword Reference - Alphabetical
Keyword Reference - By usage
Report a broken link
(Redirected page to WHILE...WEND) Tag: New redirect |
(Removed redirect to WHILE...WEND) Tag: Removed redirect |
||
Line 1: | Line 1: | ||
The '''EXIT WHILE''' statement does exit from a '''WHILE...WEND''' loop. | |||
{{PageSyntax}} | |||
: [[EXIT WHILE]] | |||
{{PageDescription}} | |||
* Use '''EXIT WHILE''' to immediately exit a [[WHILE...WEND]] loop. | |||
* Execution will proceed after [[WEND]]. | |||
{{PageSeeAlso}} | |||
* [[WHILE...WEND]] | |||
{{PageNavigation}} |
Latest revision as of 11:21, 18 March 2023
The EXIT WHILE statement does exit from a WHILE...WEND loop.
Syntax
Description
- Use EXIT WHILE to immediately exit a WHILE...WEND loop.
- Execution will proceed after WEND.
See also