ad_tcl_vars_list_to_ns_set

EveAndersson.com : API Browser : ad_tcl_vars_list_to_ns_set

ad_tcl_vars_list_to_ns_set (public)

ad_tcl_vars_list_to_ns_set [ -set_id set_id ] [ -put ] vars_list
Defined in packages/acs-core/utilities-procs.tcl

Takes a TCL list of variable names and ns_set updates values in an ns_set correspondingly: key is the name of the var, value is the value of the var. The caller is (obviously) responsible for freeing the set if need be.

Switches:
-set_id (optional) - If this switch is specified, it'll use this set instead of creating a new one.
-put (boolean) - If this boolean switch is specified, it'll use ns_set put instead of ns_set update (update is default)

Parameters:
vars_list
Author:
Lars Pind <lars@pinds.com>
[ show source ]

Show another procedure:

eve@eveandersson.com