Click here to return to the KiXtart HelpDesk main page...

KiXtart Command Reference

:

action

Defines a label within the script file to which you can transfer control.

syntax

:label

remarks

Labels 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.