Easy now... list delimiters are only a single character. When you specify a delimiter of multiple characters is uses ANY of them to split the list. Your example below would yield the following array:
array 1 qu 2 45 3 b 4 45 5 0 6 q 7 67 Not quite what the original poster was asking for. ~Brad -----Original Message----- From: Andrew Scott [mailto:[EMAIL PROTECTED] Sent: Thursday, June 05, 2008 10:16 AM To: CF-Talk Subject: Re: listtoarray? So let me get this right. You looked at the manuals / cfdocs, and you couldn't work out this: <cfset myArray = listToArray(myList, '_split_') /> Seems to me that what you have described, is the way to go... Is it not? ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get the Free Trial http://ad.doubleclick.net/clk;192386516;25150098;k Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:306884 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

