PSSetAsciiToAnsi()

Syntax

Function PSSetAsciiToAnsi(lConvert)
TPageScript:SetAsciiToAnsi(lConvert)

Returns

The old Value.

Description

Use PSSetAsciiToAnsi() to tell PageScript 32 to convert or not from the Ascii character set to the Ansi character set used by Windows. By default, PageScript 32 doesn't converts from Ascii to Ansi. One reason to convert from Ascii to Ansi is when an Ascii based programming language is sending Ascii strings to procedures such as PSTextOut().

Arguments

lConverts Pass TRUE to enable the conversion. Otherwise, pass FALSE.