This page last changed on Oct 14, 2011 by wikibot.
CSV_QUOTE()
Synopsis
Quotes a given string for use in a CSV file, escaping embedded quotes as necessary
Description
Example: ${CSV_QUOTE("a,b" 123)} will return """a,b"" 123"
Syntax
Arguments
See Also
Import Version
This documentation was imported from Asterisk version SVN-branch-10-r340810.
|