Exit
Previous
Top
Next
Exits For, While, Until loops.
In case of nested loops Exit will exit only the last level.
Syntax: Exit
Example:
For n = 1 to 100
If n = 50 Then
Exit
End If
Next
Converted from CHM to HTML with
chm2web Pro 2.85 (unicode)