PA_Dial4DGetArrayLong

4D - Documentation   Français   English   German   4D Plugin API, Command Theme List   4D Plugin API, Command Alphabetical List   Back   Previous   Next

version 2003


PA_Dial4DGetArrayLong (dialog; variable; index) long

ParameterTypeDescription
dialogPA_Dial4DDialog reference
variablechar*Name of the array to access
indexlongElement to access
Function resultlongValue 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.


4D - Documentation   Français   English   German   4D Plugin API, Command Theme List   4D Plugin API, Command Alphabetical List   Back   Previous   Next