<CFSET myCFC()> or <CFOUTPUT>#myCFC()#</CFOUTPUT>
> Andy Matthews wrote: >> I supposed I could do that, it just seems cleaner to output it from >> within >> the CFC. That way all I have in my main template is a line of code found >> within a cfscript tag. > > how 'bout this? :) > > <cfscript> > writeOutput(myCfc()); > </cfscript> > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Message: http://www.houseoffusion.com/lists.cfm/link=i:4:234726 Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4 Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4 Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4 Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

