doc_exists_pWhat it does:
Returns 1 if there is a document in the global environment.Defined in: /web/philip/packages/acs-core/document-procs.tcl
Source code:
global doc_properties
if { [array size doc_properties] > 0 } {
return 1
}
return 0