template::util::lnest (public)

 template::util::lnest listref value next [ args... ]

Defined in packages/acs-templating/tcl/util-procs.tcl

Recursive procedure for building a hierarchical or multidimensional data structure in a list.

Parameters:
listref (required)
value (required)
Either a list or scalar value to store in the list.
next (required)
A key value that determines the next node to traverse outward in the data structure.

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