template::util::list_opts (public)template::util::list_opts [ array_ref ]
Defined in packages/acs-templating/tcl/util-procs.tclConverts an array to an option list
- Parameters:
-
array_ref (defaults to
"opts") - The name of the array in the calling frame containing
option-value pairs. Defaults to "opts".
- Returns:
- A list of option-value pairs suitable for appending to a command.
|