Home THE HYPERCARD CENTER

HyperTalk Reference
Home » HyperTalk Reference » Functions

Note: This is a work in progress and will be formatting errors. Read more about the project on the home page.

min

min(numberList)

Value returned: the number with the lowest value from the comma-separated list of numbers


Examples

min(1,2,3,4,5,6,7,8,9,10)

min(the screenRect)

min(myNumbers)

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}


Related Topics

« menus | HyperTalk Reference | mouse »


Version 0.7b1 (March 24, 2022)

Made with Macintosh

Switch to Modern View

Home
The HyperCard Center
HyperTalk Reference
Home » HyperTalk Reference » Functions

Note: This is a work in progress and will be formatting errors. Read more about the project on the home page.

min

min(numberList)

Value returned: the number with the lowest value from the comma-separated list of numbers


Examples

min(1,2,3,4,5,6,7,8,9,10)

min(the screenRect)

min(myNumbers)

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}


Related Topics

« menus | HyperTalk Reference | mouse »

Version 0.7b1 (March 24, 2022)

Made with Macintosh

Switch to Retro View