util_ns_set_to_list (public, deprecated)
util_ns_set_to_list -set set
Defined in packages/acs-tcl/tcl/deprecated-procs.tcl
Deprecated. Invoking this procedure generates a warning.
Convert an ns_set into a list suitable for passing in to the "array set" command (key value key value ...). DEPRECATED: ns_set array is an equivalent oneliner
- Switches:
- -set (required)
- The ns_set to convert
- Returns:
- An array of equivalent keys and values as the ns_set specified.
- See Also:
- ns_set array
- Testcases:
- No testcase defined.