# Metadata
Platforms: desktop, server, mobile OS: mac, windows, linux, ios, android Introduced: 1.0 Security:
# Syntax
the paramCount
# Examples
the paramCount
repeat with thisParam = 1 to the paramCount
# Description
Use the paramCount function to find out how many parameters were pass to the current handler.
The paramCount function returns the number of parameters pass to the current handler. If no parameters were pass, the paramCount function returns zero.
# Tags
# See