Looping over a COM Collection or Structure


<CFLOOP COLLECTION="collection_name"
    ITEM="item_name">
</CFLOOP>

The CFLOOP COLLECTION attribute allows you to loop over a structure or a COM/DCOM collection object: