dp_formvalue nameWhat it does:
Returns the value that goes with key $name in dp_formDefined in: /web/philip/tcl/data-pipeline-defs.tcl
Source code:
upvar dp_form dp_form
if [info exists dp_form] {
return [ns_set get $dp_form $name]
}