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 list into the variable named by the nth element of args. One should use the built-in Tcl command "lassign" instead of this proc.

Parameters:
list (required)
See Also:
  • lassign

Testcases:
No testcase defined.
[ show source ]
Show another procedure: