minimum() Function

The minimum() function 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 returns the minimum of all fields, regardless of delimiter.

Syntax

minimum(str.exp)

 

NOTE

This function requires a nondefault compiler $options setting.

Example(s)

The result, 3, displays on the terminal.

equ am to char(254)

crt minimum(3:am:3.2)

See Also

$options Statement