마지막 업데이트 날짜
2022년 1월 11일
|
다음에도 적용됨 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.