The system variable StrLib.defaultNumericFormat specifies one of several masks that can be used to create the string returned by the function StrLib.formatNumber.
The initial value of StrLib.defaultNumericFormat is the value of the Java™ runtime property vgj.default.numericFormat. If that property is not set, the initial value of StrLib.defaultNumericFormat is an empty string.
For details on the characteristics of a numeric mask, see formatNumber().
Type: STRING
Related reference
EGL library StrLib
formatNumber()
Java runtime properties (details)