|
<< Click to Display Table of Contents >> FMTNumber (number format) |
![]() ![]()
|
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. |