PA_GetStringVariable

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

version 2003


PA_GetStringVariable (aVariable)

ParameterTypeDescription
aVariablePA_VariableVariable to access

Description

The routine PA_GetStringVariable puts the content of the variable aVariable in the string aString.

If aVariable has not the kind eVK_String, the routine does nothing and aString is returned unchanged.

NOTE: Depending of default settings or of previous calls to PA_UsePStrings or PA_UseCStrings, aString will be a Pascal or a regular C string.

See Also

No reference.

Error Handling

PA_GetLastError keeps the last error that occurred before calling the routine.


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