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

KiXtart Command Reference

GOTO

action

Causes script execution to continue at the first statement after a label.

syntax

GOTO <label>

remarks

Label can be an expression.

examples

GOTO "end"

$string = "end"

GOTO $string