I recently had an issue where I had a list (of ids) with duplicated items in it. ColdFusion 10 has a function called listRemoveDuplicates which does the job, but I'm working on Coldfusion 9 so needed a different approach.
↧