CFSAVECONTENT will do exactly what you need. If the output is going to take a lot of steps to create, you might want to look at not using raw string concatenation. Check http://www.barneyb.com/blog/archives/2004_12.jsp#000250 for a couple methods for avoiding it.
cheers, barneyb On Tue, 22 Mar 2005 14:50:20 -0700, Jim McAtee <[EMAIL PROTECTED]> wrote: > What I've decided to do is build the output of the tag within a string and > use: > > <cfsilent> > <!--- tag body: build tag ouput string) ---> > .... > </cfsilent><cfoutput>#tagout#</cfoutput> > > But the old tag had a conditional where it would call another tag > > <cfif something> > <cfoutput><cf_anothertag attr1="..." attr2="..."></cfoutput> > </cfif> > > Can I capture the output of that called tag and place it into the tagout > string variable? -- Barney Boisvert [EMAIL PROTECTED] 360.319.6145 http://www.barneyb.com/ Got Gmail? I have 50 invites. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Discover CFTicket - The leading ColdFusion Help Desk and Trouble Ticket application http://www.houseoffusion.com/banners/view.cfm?bannerid=48 Message: http://www.houseoffusion.com/lists.cfm/link=i:4:199712 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

