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

IfArgs(test, trueValue, falseValue)

See Also

  • No labels