info("csvseparator")

The info(“csvseparator”) function returns the current CSV field separator character (comma or semicolon).


Description

This function returns the current CSV field separator character (comma or semicolon). For example, in the United States this function will return a comma, while in France it will return a semicolon.

info("csvseparator") ☞ ,

The result of this function will immediately reflect any changes made in the System Preferences Language & Region panel.


See Also


History

VersionStatusNotes
10.2NewNew in this version