numericSeparator

If the numericSeparator property is set to YES, EGL places a character in a number that has an integer component of more than 3 digits. If the numeric separator is a comma, for example, one thousand is shown as 1,000 and one million is shown as 1,000,000. The character used for the separator depends on your environment; see "Compatibility."

Compatibility

Table 1. Support for numericSeparator property
Data item JSF handler VGUI record Console UI Text Form Java™ Text Form COBOL Print Form Java Print Form COBOL
Yes Yes Yes No Yes Yes Yes Yes
Table 2. Compatibility considerations for numericSeparator
Platform Issue
COBOL generation The national language option determines the default separator.
Java generation The machine locale determines the default separator.

Feedback