PA_Dial4DSetArrayReal

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

version 2003


PA_Dial4DSetArrayReal (dialog; variable; value; index)

ParameterTypeDescription
dialogPA_Dial4DDialog reference
variablechar*Name of the variable to access
valuedoubleValue to set in the array
indexlongIndex 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.


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