util_ns_set_to_list (public)util_ns_set_to_list -set set
Defined in packages/acs-tcl/tcl/utilities-procs.tclConvert an ns_set into a list suitable for passing in to the "array set" command (key value key value ...).
- Switches:
- -set (required)
- The ns_set to convert
- Returns:
- An array of equivalent keys and values as the ns_set specified.
|