Lingo Dictionary > O-R > paramCount() |
![]() ![]() ![]() |
paramCount()
Syntax
the paramCount
Description
Function; indicates the number of parameters sent to the current handler.
Example
This statement sets the variable counter
to the number of parameters that were sent to the current handler:
set counter = the paramCount
![]() ![]() ![]() |