Documentation

numparam

Syntax: %numparam()

returns the number of parameters passed to an alias or function.

Example:

#ALIAS testParam {#SAY %numParam()}
testparam 123 "456 789" {abc def}
displays: 3

Add comment

Login or register to post comments