34,333
edits
Changes
→Using If ... Then .. ElseIf to Make Decisions
== Using If ... Then .. ElseIf to Make Decisions ==
<google>ADSDAQBOX_FLOW</google>
The final variation of the ''If .. Then'' structure is the ''If .. Then .. ElseIf'' construct. This allows multiple expressions to be evaluated in a single structure. The syntax of ''If .. Then .. ElseIf'' is as follows: