<cfset myList = 'Jeff,John,Steve,Julliane'> <cfloop list="#myList#" index="item"> #item#<br> </cfloop>