On Mon, 15 Sep 2003, Karen J. Cravens wrote:

KJC>As is usual, I discovered this only *after* posting the question to the
KJC>list...

And after that, I realized things still aren't working quite right.

It's not the loop variables, though.  It's the nested loop.

I've got globals turned on.  If I've got something like this:

<TMPL_LOOP A>
  <TMPL_VAR able>
  <TMPL_VAR alpha>
  <TMPL_LOOP B>
    <TMPL_VAR baker>
    <TMPL_VAR bravo>
    <TMPL_VAR able>
    <TMPL_VAR alpha>
...

(with a parameter being passed an appropriately-nested array),
able shows up in both loops.  If I change it to this:

<TMPL_LOOP A>
  <TMPL_VAR alpha>
  <TMPL_LOOP B>
    <TMPL_VAR baker>
    <TMPL_VAR bravo>
    <TMPL_VAR able>
    <TMPL_VAR groupname>

abel won't show up, alpha will.

-- 
Karen J. Cravens  [EMAIL PROTECTED]



-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
Html-template-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/html-template-users

Reply via email to