PA_Dial4DSetArrayLong


version 2003


PA_Dial4DSetArrayLong (dialog; arrayName; value; index)

Parameter Type Description
dialog PA_Dial4D Dialog reference
arrayName char* Name of the long integer array
value long Longint value to set in the array
index long Index of the element

Description

The routine PA_Dial4DSetArrayLong allows you to populate an array of long integers.

arrayName

is the variable name, this variable must be a long integers/reals or integers. index is the index in the array where you want to assign the long integer. If this index is greater than the array length, the long integer will be appended to the array, otherwise the long integer will replace the previous one in this array.

See Also

PA_Dial4DGetArrayLong , PA_Dial4DNewArrayLong .

Error Handling

None.