PA_Dial4DSetArrayText

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

version 2003


PA_Dial4DSetArrayText (dialog; variable; text; len; index)

ParameterTypeDescription
dialogPA_Dial4DDialog reference
variablechar*Name of the text array
textchar*Pointer to text buffer
lenlongLength of the text
indexlongIndex of the text in the array

Description

The routine PA_Dial4DSetArrayText allows you to populate an array of texts or strings. variable is the variable name; this variable must be an array of texts. index is the index in the array where you want to assign the text. If this index is greater than the array length, the text will be appended to the array, otherwise the text will replace the previous one in this array.

See Also

PA_Dial4DGetArrayText, PA_Dial4DNewArrayText.

Error Handling

None.


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