Simply write your own cfsavecontent. It's very easy in CF4.5. Just make a custom tag that takes thisTag.generatedContent, saves it to a variable, sets it to "", and returns the content to caller.something.
======================================================================= Raymond Camden, ColdFusion Jedi Master for Mindseye, Inc Email : [EMAIL PROTECTED] WWW : www.camdenfamily.com/morpheus Yahoo IM : morpheus "My ally is the Force, and a powerful ally it is." - Yoda > -----Original Message----- > From: Everett, Al [mailto:[EMAIL PROTECTED]] > Sent: Monday, December 09, 2002 10:46 AM > To: CF-Talk > Subject: CFTABLE to variable > > > I need to write some preformatted text in columns and rows. > It seems like a perfect application for CFTABLE, but I need > to write to a variable instead of CFOUTPUTting the data. Is > there a way to get the results of CFTABLE to a variable > without using CFSAVECONTENT? (I need to stay backward-compatible to > CF4.5) > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4 Subscription: http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4 FAQ: http://www.thenetprofits.co.uk/coldfusion/faq Structure your ColdFusion code with Fusebox. Get the official book at http://www.fusionauthority.com/bkinfo.cfm

