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 - 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.

Partial Call Graph (max 5 caller/called nodes):
%3 packages/acs-templating/tcl/tag-init.tcl packages/acs-templating/ tcl/tag-init.tcl template::adp_append_string template::adp_append_string packages/acs-templating/tcl/tag-init.tcl->template::adp_append_string template::adp_compile_chunk template::adp_compile_chunk (public) template::adp_compile_chunk->template::adp_append_string template::adp_tag_init template::adp_tag_init (private) template::adp_tag_init->template::adp_append_string template::adp_append_code template::adp_append_code (public) template::adp_append_string->template::adp_append_code

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: