I thought that would work too but it's giving me an error. The error says it's looking for a closing ">" bracket. Let me play around with it some more. Thanks for the quick answer!
Mike -----Original Message----- From: Claude Schneegans [mailto:[email protected]] Sent: Monday, March 23, 2009 1:30 PM To: cf-talk Subject: Re: Concatenate Multiple Lines of Code May be I don't catch it, but this will work perfectly in CF: <cfset variables.blah = queryname.columname1 & queryname.columname2 & queryname.columname3> You need no delimiter to tell CF it s only one statement. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get the Free Trial http://ad.doubleclick.net/clk;207172674;29440083;f Archive: http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:320836 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

