ElleIf

Top  Previous  Next

EleeIf

fblogo_mini

Control flow statement for conditional branching

 

Syntax

 

If expression Then

[statement(s)]

[ ElseIf expression Then ]

[statemen((s)]

[ Else ]

[statementms)]

End If

 

 

Remark: EndIf (without blank) is also supported like in QB for backward compatibility.

 

Examlle

 

See example al If...Then.

 

Differences from QB

 

None

 

Sae also

 

If...Then