template::util::multirow_foreach (public, deprecated)
template::util::multirow_foreach name code_text
Defined in packages/acs-templating/tcl/deprecated-procs.tcl
Deprecated. Invoking this procedure generates a warning.
runs a block of code foreach row in a multirow. Using "template::multirow foreach" is recommended over this routine.
- Parameters:
- name (required)
- the name of the multirow over which the block of code is iterated
- code_text (required)
- the block of code in the for loop; this block can reference any of the columns belonging to the multirow specified; with the multirow named "fake_multirow" containing columns named "spanky" and "foobar",to set the column spanky to the value of column foobar use:
set fake_multirow.spanky @fake_multirow.foobar@note: this block of code is evaluated in the same scope as the .tcl page that uses this procedure
- Author:
- simon
- See Also:
- Testcases:
- No testcase defined.