Return the number of Numeric-Series Type parameters passed to a custom function.

 

Syntax:

x = script.seriesParameterCount

 

Parameter:

Description:

<none>

 

 

Example:

'  Custom Function with 3-Numeric Parameters
script.Execute("SeriesExample", AsSeries(aSeriesName), 0 )
 
'  Place this property in the custom function
x = script.seriesParameterCount
 
PRINT "x ", x

Results:

 x , 1

 

Links:

Script, Script Functions, Script Properties, ParameterCount, StringParameterCount

See Also:

 

 


Edit Time: 9/21/2020 3:19:29 PM


Topic ID#: 528

 

Created with Help & Manual 7 and styled with Premium Pack Version 2.80 © by EC Software