PA_GetStringVariable


version 2003


PA_GetStringVariable (aVariable)

Parameter Type Description
aVariable PA_Variable Variable 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.