paramCount | |||||||
Type | function | ||||||
Dictionary | LCS | ||||||
Library | LiveCode Script | ||||||
Syntax |
| ||||||
Summary | Returns the number of parameters passed to the current handler. | ||||||
Introduced | 1.0 | ||||||
OS | mac, windows, linux, ios, android | ||||||
Platforms | desktop, server, mobile | ||||||
Example |
| ||||||
Values |
| ||||||
Related | Keyword: $, integer Function: variableNames, param, params Glossary: pass, handler, parameter, return, non-negative Control Structure: on, setProp, getProp, function | ||||||
Description | Use the paramCount function to find out how many parameters were passed to the current handler. The paramCount function returns the number of parameters passed to the current handler. If no parameters were passed, the paramCount function returns zero. | ||||||
Tags | properties |