|
|
|
|
version 2003
PA_Dial4DGetArrayReal (dialog; variable; index) → double
| Parameter | Type | Description | |
| dialog | PA_Dial4D | → | Dialog reference |
| variable | char* | → | Name of the array to access |
| index | long | → | Element to access in the array |
| Function result | double | ← | Value of the element of the array variable |
Description
The routine
PA_Dial4DGetArrayReal
retrieves a real from an array of long integers/reals or integers.
variable
is the name of an array of long integers/reals or integers. This array can be created from the plug-in using
PA_Dial4DNewArrayReal
, or it can be created using 4th Dimension code in the form.