Can H:T:Expr be used inside a loop to evaluate each iteration of the
loop?

e.g.:

<!-- TMPL_LOOP NAME="MY_LOOP" -->

    <!-- TMPL_IF __counter__ < 4 -->
    
        do something
    
    <!-- /TMPL_IF -->
    
<!-- /TMPL_LOOP -->

(I'm thinking about column output)



-------------------------------------------------------
This SF.NET email is sponsored by:
SourceForge Enterprise Edition + IBM + LinuxWorld = Something 2 See!
http://www.vasoftware.com
_______________________________________________
Html-template-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/html-template-users

Reply via email to