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