Versions Compared

Key

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

Function: LessThan

LessThan is a conditional function that takes two arguments, and returns true if the first value is less than the second value.

Syntax

Code Block
languagenone
LessThan(argA, argB)

See Also