Home THE HYPERCARD CENTER

HyperTalk Reference
Home » HyperTalk Reference »

Note: This is a work in progress and many formatting issues have been fixed. Read more about the project on the home page.

max

max(numberList)

Value returned: the highest-valued number from the comma-separated list of numbers

Examples

max(1,2,3,4,5,6,7,8,9,10)
max(the screenRect)
max(myNumbers)

Related Topics

Placeholders

numberList

A comma-separated list of numbers.

1,2,3,4,5
"1.2,2.2,3.2"

In AppleScript, the list must be enclosed in brackets:

{1,2,3,4,5}

HyperTalk Reference


Version 0.8b4 (July 4, 2025)

Made with Macintosh

Switch to Modern View