PA_Dial4DSetArrayReal


version 2003


PA_Dial4DSetArrayReal (dialog; variable; value; index)

Parameter Type Description
dialog PA_Dial4D Dialog reference
variable char* Name of the variable to access
value double Value to set in the array
index long Index of the value in the array

Description

The routine PA_Dial4DSetArrayReal allows you to populate an array of reals. If index is greater than the array length, the real is appended, otherwise it replaces the old element.