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.

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

« paramCount | HyperTalk Reference | programs »


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.

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

« paramCount | HyperTalk Reference | programs »

Version 0.7b1 (March 24, 2022)

Made with Macintosh

Switch to Retro View