Script Object Properties:

Properties Name:

Description:

parameterCount

Count of the number of parameters passed into the custom function.

parameterList []

Used to access a specific parameter, or a number of parameters.

returnValue

Used to access a custom function's return value number.

returnValueList []

Used to access the list of returned number values.

seriesParameterCount

The count of the Series type parameters passed into the custom function

stringParameterCount

The count of the String type parameters passed into the custom function

stringParameterList []

Used to access one specific String parameter, or a number of String parameters.

stringReturnValue

Used to access a custom function's return value string.

 

Parameters used in the custom function:

script.parameterList[] -- Used to access a number parameter

script.stringParameterList[] -- Used to access a string parameter

script.parameterCount -- The count of number parameters passed into the custom function

script.stringParameterCount -- The count of string parameters passed into the custom function

script.seriesParameterCount -- The count of series parameters passed into the custom function

 

Parameters used after a call to a custom function from the calling script:

script.returnValue -- Used to access the number return value

script.stringReturnValue -- Used to access the string return value

script.returnValueList[] -- Used to access the list of returned number values

 

NEW Parameters:

'  Variable Containers of Passed Values to User Created Functions
Script.ParameterList[]         '  Use for INTEGER & FLOAT values
Script.StringParameterList[]   '  Use for STRING values
 
'  Quantity Count of Passed Parameter Variables in User Function
Script.ParameterCount         '  Count of INTEGER & FLOAT variables
Script.StringParameterCount   '  Count of STRING variables
 
'  Return Variable Container Of Last User Function Result
Script.ReturnValue             '  Use for INTEGER OR FLOAT Returns
Script.StringReturnValue       '  Use for STRING Return


Edit Time: 10/29/2020 10:52:41 AM


Topic ID#: 518

 

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