<!--- Create a group values that have duplicate values. ---> <cfsavecontent variable="strListData"> Ghost Busters What About Bob Broken Flowers What About Bob Lost In Translation Stripes Scrooge What About Bob Lost In Translation </cfsavecontent> <!--- Create a list based on the list data. ---> <cfset lstMovies = strListData.Trim().ReplaceAll( "[\r\n\t]+", "," ) />