doc_body_append

one of the documented procedures in this installation of the ACS
Usage:
doc_body_append   str
What it does:
Appends $str to the body property.
Defined in: /web/philip/packages/acs-core/document-procs.tcl

Source code:


    global doc_properties
    append doc_properties(body) $str


philg@mit.edu