PSSetDecimalSep()

Syntax

Function PSSetDecimalSep(cSep)
TPageScript:SetDecimalSep(cSep)

Returns

The old value.

Description

PSSetDecimalSeparator() gives you control over the decimal separator used by PageScript 32 for aligning text on the decimal separator using APS_DECIMAL as text justification.

Argument

cSep

A character value representing the decimal separator to be used as the new decimal separator. Used in conjunction with PSTextOut() and the APS_DECIMAL justification option.