ID : 5682
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 : 5682
- Related Information
- GoTo
- If...End If
- If...Then...Else
- Select Case...End Select