ad_html_to_text_put_newline (private)

 ad_html_to_text_put_newline output_var

Defined in packages/acs-tcl/tcl/text-html-procs.tcl

Helper proc for ad_html_to_text

Parameters:
output_var
Authors:
Lars Pind <lars@pinds.com>
Aaron Swartz <aaron@swartzfam.com>
Created:
22 September 2000

Partial Call Graph (max 5 caller/called nodes):
%3 ad_html_to_text ad_html_to_text (public) ad_html_to_text_put_newline ad_html_to_text_put_newline ad_html_to_text->ad_html_to_text_put_newline ad_html_to_text_put_text ad_html_to_text_put_text (private) ad_html_to_text_put_text->ad_html_to_text_put_newline

Testcases:
No testcase defined.
Source code:
        upvar $output_var output

        append output(text) \n
        set output(linelen) 0
        append output(text) [string repeat {    } $output(blockquote)]
XQL Not present:
Generic, PostgreSQL, Oracle
[ hide source ] | [ make this the default ]
Show another procedure: