{"identifier":61390,"topic":"Functions","name":"paramCount","text":"<code><pre>the paramCount\n<\/pre><\/code> Value returned: a positive integer equal to the total number of parameters  passed to the current handler <br>\n","related":{"32809":null,"25888":"function","26982":"on","61134":"param","61645":"params"},"examples":"","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 <b>the paramCount<\/b>\n     put N & \":\" && space && param(N) & return after theMessage\n   end repeat\n   answer \"The parameters are:\" & return & return & theMessage\nend showParams<\/pre><\/code>\n ","debug":{"9":["the paramCount\r\rValu"]}}