[index]
Max Function
Syntax
max (<number list>)
Description
The max function returns the highest numeric value in a list of numbers.
Notes
If the source of a list of numbers is a container that includes multiple lines or items, max looks only at the first line or item of the container.
Examples
Type the following in the Message Box and press Enter:
max (10, 20, 30)
This text has been mechanically extracted from the Oracle Media Objects 1.0.4.9 MediaTalk Reference, © 1995 Oracle Corporation, and is provided here solely for educational/historical purposes.