That works! Thanks for your help. -----Original Message----- From: Ben Forta [mailto:[EMAIL PROTECTED]] Sent: Sunday, February 10, 2002 1:40 PM To: CF-Talk Subject: RE: Simple Newbie Question
<cfset variables.test = ReplaceNoCase(cfhttp.filecontent, "color=##ffffff", "new", "ALL")> -----Original Message----- From: Jim Vosika [mailto:[EMAIL PROTECTED]] Sent: Sunday, February 10, 2002 2:39 PM To: CF-Talk Subject: RE: Simple Newbie Question I guess I don't understand what you are saying, do you mean like: <cfset variables.test = "#ReplaceNoCase(cfhttp.filecontent, "color=###ffffff", "new", "ALL")#"> When I tried it this way I got an error: Invalid parser construct found on line 6 at position 11. ColdFusion was looking at the following text: " Jim -----Original Message----- From: Ben Forta [mailto:[EMAIL PROTECTED]] Sent: Sunday, February 10, 2002 1:27 PM To: CF-Talk Subject: RE: Simple Newbie Question Escape it with ## -----Original Message----- From: Jim Vosika [mailto:[EMAIL PROTECTED]] Sent: Sunday, February 10, 2002 2:26 PM To: CF-Talk Subject: Simple Newbie Question If I want to do a ReplaceNoCase()function where I am replacing "color=#ffffff" with something else how do I let CF know that I am replacing a # sign and that it is not a variable?? Jim Vosika SoftwareSuperMall.Com ______________________________________________________________________ Dedicated Windows 2000 Server PIII 800 / 256 MB RAM / 40 GB HD / 20 GB MO/XFER Instant Activation � $99/Month � Free Setup http://www.pennyhost.com/redirect.cfm?adcode=coldfusiona FAQ: http://www.thenetprofits.co.uk/coldfusion/faq Archives: http://www.mail-archive.com/[email protected]/ Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

