doc_set_property

one of the documented procedures in this installation of the ACS
Usage:
doc_set_property   name   value
What it does:
Sets a document property.
Defined in: /web/philip/packages/acs-core/document-procs.tcl

Source code:


    global doc_properties
    set doc_properties($name) $value


philg@mit.edu