Function: If
If is a condition expression which takes three arguments, the first argument is a boolean expression to evaluate, the second and third arguments respectively if the condition evaluates to either true or false.
Syntax
| Code Block | ||
|---|---|---|
| ||
IfArgs(test, trueValue, falseValue) |