lang::util::localize_list_of_lists (public)
lang::util::localize_list_of_lists [ -list list ]
Defined in packages/acs-lang/tcl/lang-util-procs.tcl
localize the elements of a list_of_lists
- Switches:
- -list (optional)
- Partial Call Graph (max 5 caller/called nodes):
- Testcases:
- test_localize_list_of_lists
Source code: set list_output [list] foreach item $list { set item_output [list] foreach part $item { lappend item_output [lang::util::localize $part] } lappend list_output $item_output } return $list_outputXQL Not present: PostgreSQL, Oracle Generic XQL file: packages/acs-lang/tcl/lang-util-procs.xql