Visara Master Console Center Scripting Guide User Manual
Page 238
Appendix B Command Syntax
Scripting Guide
238
Flow
Control
Immediately transfers script
execution to the specified
label and waits until the
called routine finishes
execution.
GOSUB*Label
Flow
Control
Immediately transfers script
execution to the specified
label.
GOTO*Label
(ENDIF)
Flow
Control
Evaluates an expression for
TRUE or FALSE. (If…Then
statement)
IF…[ELSE…]ENDIF
Flow
Control
Repeats a sequence of
commands until an
expression evaluates to
TRUE.
REPEAT…UNTIL
Flow
Control
Returns execution to the
calling routine, passing an
optional return value.
RETURN[Expression]
Flow
Control
Initiates execution of
another script for
concurrent processing.
STARTScriptName(Parms)[,%Class[,$Name]])
Flow
Control
Halts execution of another
script.
STOP(ScriptName[,%Class[<$Name]])
Flow
Control
Executes command(s) based
on the value of an
expression.
SWITCH…CASE…[DEFAULT…]ENDSWITCH
Flow
Control
Executes a (Unix) command
on the MCC host system
with parameters.
SYSEXEC($String)==>%Return