This function specifies the value of a long integer input parameter in the array generated by the CreateParameters function.
The first parameter must be assigned the index 0.
Context
Windows client,
Windows server.
Parameters
NUM_BIN_4 |
Index |
Index of the element in the array |
Input parameter |
||||||||
NUM_BIN_4 |
LongInteger |
Value of a long integer input parameter |
Input parameter |
||||||||
NUM_BIN_4 |
ReturnCode |
Return code for the operation Possible values:
|
Output parameter |
Example
NUM_BIN_4 Integer1
NUM_E(6,0) Integer2
NUM_BIN_4 ReturnCode
Integer1 = 3
/* Load the first parameter in the array with the integer 3
CALL_DLL 'VaToCom' 'SetLongParameter' 0 Integer1 ReturnCode
Integer2 = 123456
/* Load the second parameter in the array with the integer 123456
CALL_DLL 'VaToCom' 'SetLongParameter' 1 Integer2 ReturnCode