Re: [htmltmpl] Nested __counter__
Brought to you by:
samtregar
From: Sam T. <sa...@tr...> - 2003-09-25 18:24:00
|
On Thu, 25 Sep 2003, Wojciech Pietron wrote: > I have two nested loops. Is there a way to get the value of > outer <TMPL_VAR NAME="__counter__"> from inner loop? No there isn't. But it should be easy to create your own __counter__ workalike and access it normally with global_vars set. -sam |