MIN(


General Form:
min.gif


The MIN( function is used to return the lowest value from the specified expressions or arrays. If an array is specified then each element of the array is considered as a separate argument for the function. The MIN( function is valid wherever a numeric or string expression is valid.

Syntax examples:

answer = MIN(500,test)
result = MIN(cat(),20,cat)
test$ = MIN(string1$, string2$, HEX(FF))