|
If..Then..Else..EndIf
|
|
| · | Valid relational operators: "=" (equals), "<>" (not equals), "<" (less-than) and ">" (greater-than)
|
| · | Text comparisons are not case sensitive
|
| · | If statements can be nested
|
| · | When comparing text, surround the text with quotes ("text") if the text to compare contains any of the operators
|