Skip to main content
Version: 25.4

parameterList

Function

The parameterList function returns a list containing all of the parameters that were passed to the current handler sequentially (not by name). This can sometimes be more convenient when working with a variable number of parameters than using the paramCount and param functions.

Example:

repeat with each item of the parameterList

Related terms in the SenseTalk Dictionary.