{"identifier":61134,"topic":"Functions","name":"param","text":"<code><pre>the param of <i>posInteger<\/i>\n<\/pre><\/code> Value returned: the value (as opposed to the name) of a parameter variable in the current handler, or<code> empty <\/code>if the parameter variable doesn't exist <br><br>\n\n The<code> param of 0 <\/code>is the name of the message itself. <br>\n","related":{"32809":null,"25888":"function","26982":"on","61390":"paramCount","61645":"params"},"examples":"param of 1\nparam(1)\n\nput param(0) into theMessageName","demo":"<code><pre>on paramDemo\n   showParams 1, \"a\", \"this is fun\", the number of cards\nend paramDemo\non showParams\n   repeat with N = 0 to the paramCount\n     put N & \":\" && space && <b>param<\/b>(N) & return after theMessage\n   end repeat\n   answer \"The parameters are:\" & return & return & theMessage\nend showParams\n<\/pre><\/code>\n ","debug":{"9":["the param of posInte"]}}