> Please tell me if the following is possible, and how: I want to 
> stifle the output of the area between <cf_MyTag> and </cf_MyTag>.

Yes, it's possible. Simply clear the value of ThisTag.GeneratedContent when
you're done with it.

### MyTag.cfm (custom tag) ###:
<cfoutput>#ReplaceNoCase(ThisTag.GeneratedContent, 'do NOT',
'do')#</cfoutput>
<cfset ThisTag.GeneratedContent = "">

Dave Watts, CTO, Fig Leaf Software
http://www.figleaf.com/
phone: (202) 797-5496
fax: (202) 797-5444

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to