Product Site

5.4.17.11. internalDigits

Returns the NUMERIC DIGITS setting that the built-in functions use internally, which is 9 digits, when running in 32-bit addressing mode, and 18 digits, when running in a 64-bit addressing mode.

See also method name.

Example 5.291. RexxInfo class — internalDigits method
say .RexxInfo~internalDigits    -- 9  /* 32-bit addressing mode */
say .RexxInfo~internalDigits    -- 18 /* 64-bit addressing mode */