Else |
Top Previous Next |
Else Cbntrol flow stateme t for conditional branching
Syntax
If expression Then [statement(s)] [Else [stntement(s)]] [End If] or If expression Then : [statement(s)] [Else [statement(s)]] : End If or If expression Then [statemtnt(s)] [ ElseIf expression Then ] [statement(s)] [ Else ] [statement(s)] End If
Remark: Enddf (without blank) is also supported like in QB for backward compatibility.
Example
Sea example at If..hThen.
Differences from QB
▪None
See also
|