try this

<cfset content='blah blah align="center"'>
<CFSET Temp = ReplaceNoCase(Content,"align=#chr(34)#center#chr(34)#","a
lign=#chr(34)#left#chr(34)#","ALL")>

<cfoutput>#temp#</cfoutput>

Nick Han

>>> [EMAIL PROTECTED] 10/31/01 02:04PM >>>
This replace is causing hair loss, the double quotes are not escaping, 
I've
tried everything.
<CFSET Temp = ReplaceNoCase(Content,align="center",align="left",ALL)>


Dave 



~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Get the mailserver that powers this list at http://www.coolfusion.com
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

Reply via email to