MIN
Returns the minimum value of a list of expressions.
MIN( item )
Usage:
I=MIN(4,3)
Small=MIN(Numerals(*))
PRINT MIN(First,20,Last/3)
Example:
MIN.BAS
Description:
The
MIN
numeric function returns the smallest value of all the items in the argument list. An array is treated as if all its elements were listed as items.
See Also:
MAX