Then here is what I would do, it doesn't solve your problem. But it is a bug
with Coldfusion.

Report this as a bug, it allows for a string. That should mean any amount of
chars, and not just one.

On Fri, Jun 6, 2008 at 1:24 AM, Brad Wood <[EMAIL PROTECTED]>
wrote:

> 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:306887
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

Reply via email to