Prev Page Next Page
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
Prev Page Next Page
Converted from CHM to HTML with chm2web Pro 2.85 (unicode)