Count of the number of parameters passed into the custom function.
In the topic: Custom Parameters where the Parameter Counting Sequence section describes how parameters of each data-type are sequenced, the details will help to understand the order in which each parameter of a different type is given an index value.
| Syntax: | 
|---|
| value = script.parameterCount | 
| Parameter: | Description: | 
|---|---|
| <none> | 
 | 
| Returns: | 
|---|
| Count of script created parameters. | 
| Example: | 
|---|
| '  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | 
| Results: | 
| 3,1 | 
| Links: | 
|---|
| Script, Script Functions, Script Properties, ParameterList, StringParameterList | 
| See Also: | 
| 
 | 
| Edit Time: 9/21/2020 3:12:17 PM | Topic ID#: 456 |