Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 5.3

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
languagenone
IfArgs(test, trueValue, falseValue)

See Also