MIN Function
Modified on 2011/07/22 07:34 by Chad Lowe (CTS) — Categorized as: Uncategorized
MIN( <
value
>, ... <
value n
> )
¶
Returns the smallest of the specified values.
Function Parameters
Parameter
Description
<
value 1 to n
>
The values to evaluate.
Examples:
MIN(5, 10, 9, 8)
Evaluates to 5
Back to the Scripting Function Reference