template::list::csv_quote (public, deprecated)
template::list::csv_quote string
Defined in packages/acs-templating/tcl/list-procs.tcl
Deprecated. Invoking this procedure generates a warning.
Quote a string for inclusion as a csv element Obsolete when one uses tcllib csv package.
- Parameters:
- string (required)
- See Also:
- Partial Call Graph (max 5 caller/called nodes):
- Testcases:
- No testcase defined.
Source code: ad_log_deprecated proc template::list::csv_quote regsub -all -- {\"} $string {""} result return $resultXQL Not present: Generic, PostgreSQL, Oracle