Thanks Charlie, looks like your solution will work, I'll test.

Andy, I appreciate your suggestion even if it won't work.

Tom, you may be well-intentioned, but do you realize your posts were useless?  
A question like "Hey buddy, can you tell me where the train station is?" is 
never intended to be taken so literally that "yes" is a worthwhile answer.  


>yeah.  can't use multiple character delimiters in CF.  Not with native
>CF array/list functions.
>
>if you use split(), you can.
>
><cfset myString = "a_!_b_!_c_d!e_f" />
><cfset myArray = myString.split('_!_') />
>
><cfoutput>
>       #listLen(myString, '_!_')#
>       <br />
>       #arrayLen(myArray)#
></cfoutput>
>
>On 5/16/07, Tom Chiverton <[EMAIL PROTECTED]> wrote:
>>

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Upgrade to Adobe ColdFusion MX7
The most significant release in over 10 years. Upgrade & see new features.
http://www.adobe.com/products/coldfusion?sdid=RVJR

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:278547
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