EXIT WHILE
Jump to navigation
Jump to search
Navigation:
Main Page with Articles and Tutorials
Keyword Reference - Alphabetical
Keyword Reference - By usage
Report a broken link
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