Последнее обновление
11 янв. 2022 г.
|
Также применяется к ColdFusion
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:
- cfloop : index loop
- cfloop : conditional loop
- cfloop : looping over a date or time range
- cfloop : looping over a query
- cfloop : looping over a list, a file, or an array
- cfloop : looping over a COM collection or structure
For more information, see cfloop and cfbreak and Populating arrays with data in the Developing ColdFusion Applications.