PA_UseCStrings


version 2003


PA_UseCStrings

Parameter Type Description
This command does not require any parameters

Description

The routine PA_UseCStrings tells the API to send/receive C strings (null terminated) in every call that uses strings.

By default, C strings are used when compiling for Windows.

To use Pascal strings instead, call PA_UsePStrings.

See Also

About strings and characters , PA_UsePStrings .

Error Handling

PA_GetLastError

keeps the last error that occurred before calling PA_UseCStrings.