info("thousandsseparator")

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

VersionStatusNotes
10.0NewNew in this version.