This function specifies the number of input parameters required in order to execute a function in the script. An empty array is created and populated by the functions SetIntParameter, SetStringParameter, SetDoubleParameter, SetDateParameter and SetTimeParameter.
Calling this function is mandatory, even in the case a function has no parameter.
Context
Windows client,
Windows server.
Parameters
NUM_BIN_4 |
NbParam |
Number of input parameters for the called function |
Input parameter |
||||||||
NUM_BIN_4 |
ReturnCode |
Return code for the operation Possible values:
|
Output parameter |
Example
NUM_BIN_4 ReturnCode
/* For a function with two parameters
CALL_DLL 'VaToCom' 'CreateParameters' 2 ReturnCode
/* For a function with no parameters
CALL_DLL 'VaToCom' 'CreateParameters' 0 ReturnCode