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
Version | Status | Notes |
10.2 | New | New in this version |