template::adp_append_string (private)

 template::adp_append_string s

Defined in packages/acs-templating/tcl/parse-procs.tcl

Adds a line of code that appends a string to the Tcl output from the compiler.

Parameters:
s (required)
A string containing markup that does not contain any embedded ATS tags. Variable references and procedure calls are interpreted as for any double-quoted string in Tcl.

Testcases:
No testcase defined.
Source code:
    adp_append_code "append __adp_output \"$s\""
XQL Not present:
Generic, PostgreSQL, Oracle
[ hide source ] | [ make this the default ]
Show another procedure: