Products Downloads


French version


 

 

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:

0

The operation was completed successfully. 

1

An unspecified error occurred.

5

The value of NbParam is incorrect.

6

The DLL has not been initialized.

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

 

 

↑ Top of page

  • Aucune étiquette