PA_Dial4DSetArrayString


version 2003


PA_Dial4DSetArrayString (dialog; variable; string; indice)

Parameter Type Description
dialog PA_Dial4D Dialog reference
variable char* Name of the string array to access
string char* String to modify in array
indice long Element 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.