PA_GetBooleanVariable


version 2003


PA_GetBooleanVariable (aVariable) → char

Parameter Type Description
aVariable PA_Variable The variable to access
Function result char 1 = True, 0 = False

Description

The routine PA_GetBooleanVariable returns the content of the variable aVariable . If aVariable does not have the kind eVK_Boolean , the routine returns 0.

See Also

No reference.

Error Handling

PA_GetLastError

keeps the last error that occurred before calling the routine.