apm_first_time_loading_p

one of the documented procedures in this installation of the ACS
Usage:
apm_first_time_loading_p
What it does:
Returns 1 if this is a -procs.tcl file's first time loading, or 0 otherwise.
Defined in: /web/philip/packages/acs-core/20-apm-load-procs.tcl

Source code:


    global apm_first_time_loading_p
    return [info exists apm_first_time_loading_p]


philg@mit.edu