The info(“thousandsseparator”) function returns the current thousands separator character (period or comma).
Description
This function returns the current thousands separator character (period or comma). For example, in the United States this function will return a comma, while in France it will return a period.
info("thousandsseparator") ☞ ,
The result of this function will immediately reflect any changes made in the System Preferences Language & Region panel.
See Also
History
Version | Status | Notes |
10.0 | New | New in this version. |