<< Prev        Next >>

ID : 702

Jump

Jump to a line that designates.

Command name Function
GoTo

To jump to a designated label.

After jumping, the system does not return to the original execution line.

Call

To call and execute a procedure.

The execution line is transferred to a designated procedure. After execution of the designated procedure, the next line of the original execution line is executed.

Jumping in the Event of Any Error

Jumping can be triggered when it is attempted to execute a statement where an error level 1 occurs.

Refer to Error Processing Routine.

ID : 702

<< Prev        Next >>