Hi Paul, Just fyi, CF9 added a 4th parameter (boolean "multiCharacterDelimiter") to the listToArray function:
<cfloop array="#listToArray(variables.myList, 'oat', false, true)#" index="i"> You have a few options! HTH, -Aaron I have a list that I'm trying to loop, I was wondering if it was possible to >have multiple character delimiter. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Want to reach the ColdFusion community with something they want? Let them know on the House of Fusion mailing lists Archive: http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:330665 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

