NO If you're on CF5
<cfsavecontent variable="myvar"> <cfinclude template="... > </cfsavecontent> <cfoutput> #replace(myvar, ... )# </cfoutput> -----Original Message----- From: Perez, Bismark [mailto:[EMAIL PROTECTED]] Sent: dinsdag 19 februari 2002 17:37 To: CF-Talk Subject: Using Replace() to replace "hard returns" on <cfinclude> Hello there, I have a text file that I want to include in a page, but I would like to replace() all the hard returns in it first. Can I do all in one line? for example: <cfoutput> #replace(<cfinclude template="... >, ... )# </cfoutput> TIA ______________________________________________________________________ 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

