<< Prev        Next >>

ID : 3698

Branching

Commands Functions
GoTo To jump to a label.
If...End If To execute statements between If and End If.
If...Then...Else To perform conditional judgment of logical expression.
Select Case...End Select To execute one of statement blocks in accordance with the conditional expression value.

ID : 3698

<< Prev        Next >>