vlibTemplate

vLib Logo

6.12. addLoop()

Function Description
 addLoop([loopname])

addLoop() is the 3rd part of the 3 stage method to add a loop, used instead of the complicated setLoop() function.
If loopname is specified then this function simply adds the entire loop into the array in the correct format. If it is ommited, then all loops set using newLoop() are added.
See the newLoop() and addRow() functions.

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