Break

Item Description

Use with:

Startup scripts, Terminal Launcher, Web, and Windows

SecureLogin version:

2.5 and later

Type:

Action

Usage:

Break

Arguments:

None

Description:

Used within the Repeat/EndRepeat commands to break out of a repeat loop.

Example:

Dialog  
 Title "Login"
 Ctrl #1
EndDialog
Repeat
 ReadText #301 ?Text 
 If ?Text eq Login
  Break 
EndIf
EndRepeat