EXIT WHILE
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
The EXIT WHILE statement does exit from a WHILE...WEND loop.
Contents |