vlibTemplate

vLib Logo

6.10. newLoop()

Function Description
 newLoop(string loopname)

newLoop() is part of the 3 stage method to add a loop, used instead of the complicated setLoop() function. This function assigns a loop name, which you'll use in your templates.
The following 2 functions will complete the 3 stage method, addRow() and addLoop().

Please see the <TMPL_LOOP> section for information on how to build a loop.