<cfset myCFstr = '#char(139)#cfinclude template="mytemplate.cfm"#char(155)#'>
> -----Original Message----- > From: Andy Ewings [mailto:[EMAIL PROTECTED] > Sent: 26 February 2003 13:53 > To: CF-Talk > Subject: Writing CF to a string > > > Does anyone know how to create a string containing CF code > without it being > evaluated? i.e. I want to create a file containing the text > <cfinclude > template-"mytemplate.cfm"> > > I have tried this by creating a straing containing <cfinclude > template-"mytemplate.cfm"> using the DE function but when I > try to look at > the contents of this string all I see is double quotation marks > > > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4 Subscription: http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4 FAQ: http://www.thenetprofits.co.uk/coldfusion/faq Signup for the Fusion Authority news alert and keep up with the latest news in ColdFusion and related topics. http://www.fusionauthority.com/signup.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

