Calculates the maximum of up to three values.Â
Function Max (val1, val2, val3*)
val1 (input) - first value
val2 (input) - second value
val3 (input) - third value (optional)
the maximum value
See also
Platform Objects and Methods
value.Len
value.Min
Value Object