Prev Page Next Page
If
Previous Top Next

If statements must be multiline.  Multiple "Else If" intermediate conditions are supported. "ElseIf" and "EndIf" are also accepted in place of "Else If" and "End If".

Syntax:
If Condition Then
            ...
Else If Condition Then
            ...
Else If AnotherCondition Then
            ...
Else
            ...
End If
Prev Page Next Page
Converted from CHM to HTML with chm2web Pro 2.85 (unicode)