Hi Philip, > yeah, but not if two variables share the same name. > I'd like to be able to separately specify which loop's > var I want.
If you dislike the overlapping of names and whatnot, then I would just recommend when you create your data structure that you actually name your variables according to the DOM system you want. Call your global scope variables "document.var1" and the variables in your loops "document.loop1.var1" and you're done. You satisfy your desire for uniqueness in names, and others who don't need to worry about it... well, don't need to worry about it. Kenny ------------------------------------------------------- This sf.net email is sponsored by: OSDN - Tired of that same old cell phone? Get a new here for FREE! https://www.inphonic.com/r.asp?r=sourceforge1&refcode1=vs3390 _______________________________________________ Html-template-users mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/html-template-users