PSGetDecimalSep()

Syntax

Function PSGetDecimalSep()
TPageScript:GetDecimalSep()

Returns

A Character.

Description

PSGetDecimalSep() returns the current character used as the decimal separator.

The decimal separator is used by PSTextOut() when APS_DECIMAL is passed for text justification and the character string represents a number.

To set the decimal separactor character, use PSSetDecimalSep().

Arguments

None