8: Devices
SLC™ Console Manager User Guide
113
while (<Boolean expression>) {
command 1
command 2
...
Command n
}
if, elseif and else
The if command executes an associated block of commands if its Boolean expression evaluates to
TRUE. Each command within the block must be a Primary command. Syntax:
if (<Boolean expression>) {
command 1
command 2
...
command n
}
The elseif command is used in association with an if command - it must immediately follow an if or
elseif command. It executes an associated block of commands if its Boolean expression evaluates
to TRUE. Each command within the block must be a Primary command. Syntax:
elseif (<Boolean expression>){
command 1
command 2
...
command n
}
The else command is used in combination with an if or elseif command to provide a default path of
execution. If the Boolean expressions for all preceding if and elseif commands evaluate to FALSE
the associated block of commands is executed. Each command within the block must be a primary
command. Syntax:
else {
command 1
command 2
...
command n
}
Summary of Contents for SLC8
Page 49: ...6 Basic Parameters SLC Console Manager User Guide 49 Figure 6 1 Network Web Page...
Page 84: ...8 Devices SLC Console Manager User Guide 84 Figure 8 3 Device Ports Settings Page...
Page 121: ...9 PC Cards SLC Console Manager User Guide 121 Figure 9 3 PC Card Modem ISDN Page...
Page 135: ...11 Connections SLC Console Manager User Guide 135 Figure 11 5 Console Server...