NUMERIC-FORMAT attribute
- Last Updated: February 11, 2026
- 1 minute read
- OpenEdge
- Version 13.0
- Documentation
How to interpret commas and periods within numeric values.
Data type: CHARACTER
Access: Readable/Writeable
Applies to: SESSION system handle
The
possible values are "American", "European"
or a character string consisting of the thousands separator followed
by the decimal point. This attribute provides the same functionality
as the European Numeric Format (-E) parameter.
Note: Although NUMERIC-FORMAT remains writable, it accepts
only the values "
European" and "American."
To change the thousands separator or the decimal point in formatted
text, use the new SET-NUMERIC-FORMAT( ) method of the SESSION
system handle.