util_unlist (public, deprecated)
util_unlist list [ args... ]
Defined in packages/acs-tcl/tcl/deprecated-procs.tcl
Deprecated. Invoking this procedure generates a warning.
Places the nth element of
listinto the variable named by the nth element ofargs. One should use the built-in Tcl command "lassign" instead of this proc.
- Parameters:
- list (required)
- See Also:
- lassign
- Testcases:
- No testcase defined.