PA_Dial4DSetArrayLong

4D - Documentation   Français   English   German   4D Plugin API, Command Theme List   4D Plugin API, Command Alphabetical List   Back   Previous   Next

version 2003


PA_Dial4DSetArrayLong (dialog; arrayName; value; index)

ParameterTypeDescription
dialogPA_Dial4DDialog reference
arrayNamechar*Name of the long integer array
valuelongLongint value to set in the array
indexlongIndex 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.


4D - Documentation   Français   English   German   4D Plugin API, Command Theme List   4D Plugin API, Command Alphabetical List   Back   Previous   Next