Use with:
Startup scripts, Terminal Launcher, Web, and Windows
SecureLogin version:
2.5 and later
Type:
Flow Control
Usage:
Call subroutine
Arguments:
subroutine
The name of the subroutine to be called. This name must be identical to the name specified in the Sub command.
Description:
Calls and runs a subroutine.
Example:
Dialog Title "Login" Ctrl #1 EndDialog If -Text "Login" Call Login EndIf If -Text "Wrong Password" Call WrongPassword EndIf