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.

params

the params

Value returned: a text string equal to the entire parameter list, including the message name, passed to the currently executing handler

Demo Script

on paramsDemo
showParams 1, "a", "this is fun", the number of cards
end paramsDemo
on showParams
answer "The parameters are:" & return & return & the params
end showParams

Related Topics

HyperTalk Reference


Version 0.8b4 (July 4, 2025)

Made with Macintosh

Switch to Modern View