Important Notice
The pages on this site contain documentation for very old MS-DOS software,
purely for historical purposes.
If you're looking for up-to-date documentation, particularly for programming,
you should not rely on the information found here, as it will be woefully
out of date.
Maximums and Minimums
◄Up► ◄Contents► ◄Index► ◄Back►
─────Maximums and Minimums──────────────────────────────────────────────────
MAX, MAX0, AMAX1, and DMAX1 return the maximum value in the
argument list. AMAX0 and MAX1 return the maximum and also perform
type conversion. MIN, MIN0, AMIN1, and DMIN1 return minimums,
while AMIN0 and MIN1 return the minimum and also perform type
conversion.
-♦-