|
![]() |
![]() |
version 2003
PA_Dial4DGetArrayLong (dialog; variable; index) → long
Parameter | Type | Description | |
dialog | PA_Dial4D | → | Dialog reference |
variable | char* | → | Name of the array to access |
index | long | → | Element to access |
Function result | long | ← | Value of the index element in array |
Description
The routine
PA_Dial4DGetArrayLong
returns the value of the
index
element of the long integer array
variable
. This array can be created from the plug-in using
PA_Dial4DNewArrayLong
, or it can be created by using 4th Dimension code in the form.
By default,
variable
needs to be a null terminated C string. If you have previously called
PA_UsePStrings
you must pass a Pascal string to the command.
By default,
variable
needs to use Macintosh characters set on Macintosh, and ANSI characters set under Windows. You can call
PA_UseMacCharacters
or
PA_UseAnsiCharacters
to specifically use Macintosh or ANSI characters.
See Also
PA_Dial4DNewArrayLong , PA_Dial4DSetArrayLong .
Error Handling
None.