Defined in packages/acs-core/utilities-procs.tclDeprecated. Invoking this procedure generates a warning.
Takes a list of variable names and ns_set update
s 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)
- Author:
- Lars Pind <lars@pinds.com>