Note: This is a work in progress and will be formatting errors. Read more about the project on the home page.
the paramCount
Value returned: a positive integer equal to the total number of parameters passed to the current handler on paramDemo
showParams 1, "a", "this is fun", the number of cards
end paramDemo
on showParams
repeat with N = 0 to the paramCount
put N & ":" && space && param(N) & return after theMessage
end repeat
answer "The parameters are:" & return & return & theMessage
end showParams
Functions
Version 0.7b1 (March 24, 2022)