PA_Dial4DSetArrayString

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

version 2003


PA_Dial4DSetArrayString (dialog; variable; string; indice)

ParameterTypeDescription
dialogPA_Dial4DDialog reference
variablechar*Name of the string array to access
stringchar*String to modify in array
indicelongElement of the array to modify

Description

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


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