Yes, your post was absolutely valid. I was merely pointing out how the
same thing could be achieved with less code, using the feature that
has been discussed. I think that is an entirely helpful and valid post
too and certainly was not meant to cause offence

:)

Dominic

2008/6/6 Jarlath Eoin Gallagher <[EMAIL PROTECTED]>:
> I have no interest in the "Bug" debate, i paid no reference to it in my 
> solution...
>
> This is a forum, the person who posted the issue was looking for a solution 
> to his issue...
>
> The code i have included provides a solution to this, as requested. Performs 
> as he wants it to...
>
> End of story...
>> Subject: Re: listtoarray?
>> From: [EMAIL PROTECTED]
>> To: [email protected]
>> Date: Fri, 6 Jun 2008 14:47:16 +0100
>>
>> > the second replace removes the '_' so as to give a list of all entries 
>> > requiring to be extracted...
>>
>> Even then it is unneccessary - if you wanted either '_split_' *or* '_'
>> as your delimiter (not what the OP wanted), you'd make use of the
>> "bug" (deliberate feature) that has been debated:
>>
>> <cfset VARIABLES.TestList = Replace(VARIABLES.TestList,"_split_",",","all")>
>> <cfset variables.SplitTest = ListToArray(variables.TestList, ',_')>
>>
>> ;)
>>
>> Dominic
>>
>> --
>> Blog it up: http://fusion.dominicwatson.co.uk
>>
>>
>
> 

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

Reply via email to