Looping is a very powerful programming technique that lets you repeat a set of instructions or display output over and over until one or more conditions are met. CFLOOP supports five different types of loops:
The type of loop is determined by the attributes of the CFLOOP tag.