To properly display this page you need a browser with JavaScript support.
HTBasic Help
×
Menu
Index
Search
Search
Reference
HTBasic Keywords
MIN - Returns the minimum value of a list of expressions.
Previous page
Next page
Print version
(c) TransEra Corp, 2021
To properly display this page you need a browser with JavaScript support.
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