Lists

This category is everything list related.

Problems

How do I get the username or domain from an email address?
The obvious use of lists in ColdFusion is to work with a lists of data. However what's cool about li...

How do I remove repeated values from a list?
The ListDeleteDuplicates(list) UDF found on cflib is a great ex...