| Syntax |
MINIMUM( string.expression )
|
| Category |
BASIC
|
| Type |
Function
|
| Description |
returns the minimum of a list of numbers delimited by attribute, value, or subvalue marks. If different orders of marks are present, the "minimum" function will return the minimum of all fields regardless of delimiter.
|
| Options |
|
| See Also |
$OPTIONS
|
| Example |
equ am to char(254)
print minimum(3:am:3.2)
The result, "3", will be printed to the terminal.
|
| Warnings |
This function requires a non-default compiler "$options" setting.
|
| Compatibility |
D3 7.0
|