Function: LessThanOrEqual

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

Syntax

LessThanOrEqual(argA, argB)

See Also

  • No labels