|
|
|
|
version 2003
PA_Dial4DGetArrayString (dialog; variable; string; index)
| Parameter | Type | Description | |
| dialog | PA_Dial4D | → | Dialog reference |
| variable | char* | → | Name of the array to access |
| string | char* | ← | Value of the element |
| index | long | → | Element to access |
Description
The routine
PA_Dial4DGetArrayString
retrieves a string from a string/text array .
variable
is the name of the array. This array can be created externally using
PA_Dial4DNewArrayString
, or it can be created using 4th Dimension code in the form.