|
![]() |
![]() |
version 2003
PA_Dial4DSetArrayText (dialog; variable; text; len; index)
Parameter | Type | Description | |
dialog | PA_Dial4D | → | Dialog reference |
variable | char* | → | Name of the text array |
text | char* | → | Pointer to text buffer |
len | long | → | Length of the text |
index | long | → | Index 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.