FMTNumber (number format)

<< Click to Display Table of Contents >>

Navigation:  »No topics above this level«

FMTNumber (number format)

Return to chapter overview

The FMTNumber structure describes the number format for the current session, using the following fields:

Field

Type

Description

cDecimalSeparator

CHAR

Specifies the character to be used as the decimal separator (for example, ".").

cThousandSeparator

CHAR

Specifies the character to be used as the thousands separator (for example, ",").

iDecimalDigits

INT8

Specifies the number of decimal digits.

bLeadingZero

INT8

If TRUE, use leading zeros.