Stealing from the CFDocs:
CFSILENT suppresses all output that is produced by the CFML within the tag's
scope.
<CFSILENT>
<CFSET a=100>
<CFSET b=99>
<CFSET c=b-a>
<CFOUTPUT>#c#</CFOUTPUT>
....
</CFSILENT>
=======================================================================
Raymond Camden, Principal Spectra Compliance Engineer for Macromedia
Email : [EMAIL PROTECTED]
ICQ UIN : 3679482
"My ally is the Force, and a powerful ally it is." - Yoda
> -----Original Message-----
> From: W Luke [mailto:[EMAIL PROTECTED]]
> Sent: Friday, May 18, 2001 12:11 PM
> To: CF-Talk
> Subject: <cfsilent> - what's its function?
>
>
> What exactly does <CFSILENT> do? They're a custom tag I'm using
> which I had
> to make a modification to - when I ran it locally, it worked fine, but
> uploading it to the live site revealed that my hosters don't have it
> installed.
>
> I removed <cfsilent> from the code, and tested it, and the code worked but
> only on a limited basis.
>
> Can anyone shed any light on what <cfsilent> does?
>
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Structure your ColdFusion code with Fusebox. Get the official book at
http://www.fusionauthority.com/bkinfo.cfm
Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists