MIN() Function - Get Minimum Value

Syntax

MIN(num{,num...})

Description

The MIN() function takes any number of numeric arguments and returns the value of the least argument.

Example

>PRINT MIN(25,412,-13,9,-4)
-13

See Also

Functions - Alphabetical Listing