Max function

Returns the maximum value of two passed arguments.

value = Max(arg1, arg2)

arg1 and arg2 are required and must be assigned. A null value is equivalent to a zero in the evaluation.

The maximum value of the two arguments.

The following example returns 6 in retval.

retval = Min(-5, 6)
  • guides/programming/programmers_reference_manual/max.txt
  • Last modified: 2024/06/19 20:20
  • by 127.0.0.1