RE: Outputting Raw CFML

2001-05-10 Thread Kurt Ward
textarea cfoutput#Doh#/cfoutput /textarea -Original Message- From: Kuehn, Matthew [mailto:[EMAIL PROTECTED]] Sent: Thursday, May 10, 2001 3:18 PM To: CF-Talk Subject: Outputting Raw CFML I want to build an app that will traverse our directories and extract the text within ColdFusion

RE: Outputting Raw CFML

2001-05-10 Thread Greg Jordan
CF_FileWriteText could most likely do the trick or use the Replace Function using LT; for and GT; for Greg -Original Message- From: Kuehn, Matthew [mailto:[EMAIL PROTECTED]] Sent: Thursday, May 10, 2001 2:18 PM To: CF-Talk Subject: Outputting Raw CFML I want to build an app that

RE: Outputting Raw CFML

2001-05-10 Thread Raymond B.
Lots of ways, a quick fix is to run it through htmlCodeFormat() or just enclose it in code/code tags. -Original Message- From: Kuehn, Matthew [mailto:[EMAIL PROTECTED]] Sent: May 10, 2001 12:18 To: CF-Talk Subject: Outputting Raw CFML I want to build an app that will traverse our