MAXIMUM

MAXIMUM


MATWRITEU Index Level MINIMUM
Syntax MAXIMUM( string.expression )
Category BASIC
Type Function
Description returns the maximum of a list of numbers delimited by attribute, value, or subvalue marks.  If different orders of marks are present, the "maximum" function will return the maximum of all fields regardless of delimiter.
Options
See Also $OPTIONS
Example equ am to char(254)
print maximum(3:am:3.2)

The result, "3.2", will be printed to the terminal.
Warnings This function requires a non-default compiler "$options" setting.
Compatibility D3 7.0 R91
MATWRITEU Index Level MINIMUM