CFLOOP  
Description

Looping is a programming technique that repeats a set of instructions or displays output repeatedly until one or more conditions are met. This tag supports the following types of loops (see the other available pulldown entries in this reference):

  • cfloop: index loop
  • cfloop: conditional loop
  • cfloop: looping over a query
  • cfloop: looping over a list or file
  • cfloop: looping over a COM collection or structure
 
Category

Flow-control tags