|
| KiXtart Command Reference |
:actionDefines a label within the script file to which you can transfer control. syntax:label remarksLabels must be unique within the script. You can define a label in an IF statement, but you cannot jump to one from outside that IF statement. The AT command is ignored if all output has been redirected to a file using the REDIRECTOUTPUT function. |