ad_apply (public, deprecated)
ad_apply func arglist
Defined in packages/acs-tcl/tcl/utilities-procs.tcl
Deprecated. Invoking this procedure generates a warning.
Evaluates the first argument with ARGLIST as its arguments, in the environment of its caller. Analogous to the Lisp function of the same name. DEPRECATED: modern Tcl can achieve the same result simply by expanding a list as arguments of a command.
- Parameters:
- func (required)
- arglist (required)
- See Also:
- {*}
- Partial Call Graph (max 5 caller/called nodes):
- Testcases:
- No testcase defined.