Set operations in ColdFusion

Today I needed to get all the elements in one list that were not members of a second list. That may ring a bell — it’s known as a set difference, or a relative complement. Although it would have been simple to loop through first the list and add only the elements not present in … Continue reading Set operations in ColdFusion