doc_property_exists_p

one of the documented procedures in this installation of the ACS
Usage:
doc_property_exists_p   name
What it does:
Return 1 if a property exists, or 0 if not.
Defined in: /web/philip/packages/acs-core/document-procs.tcl

Source code:


    global doc_properties
    return [info exists doc_properties($name)]


philg@mit.edu