cs_register_cs_field

one of the documented procedures in this installation of the ACS
Usage:
cs_register_cs_field   name   value
What it does:
Adds a field to be logged in clickstreaming. $value is subst'ed.
Defined in: /web/philip/tcl/1-cs-defs.tcl

Source code:


    nsv_set cs_log fields [concat [nsv_get cs_log fields] [list [list $name $value]]]


philg@mit.edu