Saved Bookmarks
| 1. |
Syntax for if...then...else statement. |
|
Answer» Answer: MULTILINE syntax When an If ... Then ... Else statement is ENCOUNTERED, CONDITION is tested. If condition is TRUE , the statements FOLLOWING Then are executed. If condition is False , each ElseIf statement (if there are any) is evaluated in order. |
|