You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »

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