Adobe ColdFusion 8

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:

For more information, see "cfloop and cfbreak" and "Populating arrays with data" in the ColdFusion Developer's Guide.

Category

Flow-control tags