I cannot findout why this works:
<cfset Form.City1 = rereplace(Form.City1,")","( ", "all")>

and this does not:

<cfset Form.City1 = rereplace(Form.City1,"(","( ", "all")>

the problem is when the string to be replaced is "(" or chr(40).  The character 
replacing it can be "(" or "(" it does not matter, it would work as long the 
first one is ")"

Any ideas?

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Create robust enterprise, web RIAs.
Upgrade & integrate Adobe Coldfusion MX7 with Flex 2
http://ad.doubleclick.net/clk;56760587;14748456;a?http://www.adobe.com/products/coldfusion/flex2/?sdid=LVNU

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