EXIT WHILE: Difference between revisions
Jump to navigation
Jump to search
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}} |
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