Function:
Transfers the execution of a script to another location in the script.
Syntax:
Goto <Label>
Example:
Goto "CheckHere"
Notes:
See scripting example 13.