ad_tcl_list_list_to_ns_set (public)ad_tcl_list_list_to_ns_set [ -set_id set_id ] [ -put ] kv_pairs
Defined in packages/acs-core/utilities-procs.tclTakes a list of lists of key/value pairs and ns_set update s
values in an ns_set.
- 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:
-
kv_pairs - A list of lists containing key/value pairs to be stuffed into
the ns_set
- Author:
- Yonatan Feldman <yon@arsdigita.com>
|