|
![]() |
![]() |
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.