Eric
Member since Dec 11, 2008
- Profile: /members/2203-eric.htm
- Comments: 1
Recent Blog Comments By Eric
-
Ask Ben: Delete Values In A Given List Using ColdFusion
Posted on Jan 28, 2008 at 11:31 PM
There are lots of ways to do this, here is mine: <cffunction name="removeDuplicateListElements" returntype="string"> <cfargument name="list" required="yes" type="string"> <cfargument name="delimiter" required="no" type="string" default=","> <cfscript> var returnStruct ... read more »