basic.minimum

Function/BASIC Program, Releases: AP 6.2

Returns the minimum of a list of numbers

Syntax

minimum(string.expression)

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.

Example

equ am to char(254)
print minimum(3:am:3.2)

The result, '3', will be printed to the terminal.

See Also

Command Name Type Description
basic.$options Statement Sets compatibility options for the BASIC compiler.

User Comments

What do you think?

Share your experience or ask a question by using the form below.

Login to leave your comments.