By converting the list to a query, you are then free to manipulate the data in ways that are impossible in other structures including CF lists.
For example, if you need to know how many instances of a particular item exist in a list, use CFX_List2Query to convert the list to a query, then use Query of Query feature of Cold Fusion to interrogate the result.
|