Versions Compared

Key

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

Function: OrArgs

OrArgs is a logic function which returns true if any of it's arguments are true.

This would normally be used as part of a boolean expression within an If function call.

Syntax

Code Block
languagenone
OrArgs(arg1,arg2,arg3...argN)

See Also