newVar=Replace(var,chr(35)," ","ALL"); or
newVar=Replace(var,chr(35),chr(32),"ALL"); At 01:46 PM 6/5/2007, you wrote: >I am trying to do the following, > >newVar=Replace(var,"#"," ","ALL"); > >but the "#" is throwing errors. I have tried "##" and it runs, but will not >replace the # in my strings. Any suggestions? > >Thanks, >Dave Hatz > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Create Web Applications With ColdFusion MX7 & Flex 2. Build powerful, scalable RIAs. Free Trial http://www.adobe.com/products/coldfusion/flex2/?sdid=RVJS Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:280144 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

