Needs to happen twice - since if you have "a||||b" then it'll come out as "a| 
|| |b" the first time, so it needs doing again to ensure any middle bits get 
done.

Which is why its better to simply use the list_string.split('|') method I've 
already provided above.

>replace(list_string,"||","| |","all")
>
>
>At 05:46 AM 3/9/2007, Deepak Gupta wrote:
>>

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Deploy Web Applications Quickly across the enterprise with ColdFusion MX7 & 
Flex 2. 
Free Trial 
http://www.adobe.com/products/coldfusion/flex2/

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