>Anytime I try to put CFSILENT or CFSETTING inside the CFFUNCTION is chokes
>and can't find the end of the </cffuntion>.

Hi Robert,

Does the following cause the above error?

<cffunction name="myFunction1" output="yes">
  <cfsilent>#now()#</cfsilent>
</cffunction>
<cfset myFunction1() />

<cffunction name="myFunction2" output="yes">
  <cfsetting enablecfoutputonly="yes">
  1
  <cfsetting enablecfoutputonly="no">
  0
</cffunction>
<cfset myFunction2() />

I also placed the functions within a CFC, and invoked each, and, like Steven, 
saw no error w/ cfsilent (nor cfsetting) within a function. The result output 
was always digit 0. Tested in both CF9 & CF9.0.1.

Thanks!,
-Aaron Neff 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology-Michael-Dinowitz/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:336053
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm

Reply via email to