Return the number of String-Type parameters passed into a custom function.
Syntax: |
---|
x = script.stringParameterCount |
Parameter: |
Description: |
---|---|
<none> |
|
Returns: |
---|
Count of script created string parameters. |
Example: |
---|
' Example Custom String Function with 2-string parameters
PRINT "x ", x
|
Results: |
"x ", 2 |
Links: |
---|
Script, Script Functions, Script Properties, ParameterCount, SeriesParameterCount |
See Also: |
|
Edit Time: 9/21/2020 3:20:40 PM |
Topic ID#: 589 |