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

Partial Call Graph (max 5 caller/called nodes):
ad_log_deprecated ad_log_deprecated (public) util_unlist util_unlist util_unlist->ad_log_deprecated

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