That will work as-is. Specifically, CF will string-concat queryname.columname1, queryname.columname2, and queryname.columname3 and stick the resulting string into variables.blah. Is that what you were looking to do?
On Mon, Mar 23, 2009 at 12:16 PM, Hunsaker, Michael Scott < [email protected]> wrote: > > Hello - > > Some programming languages have a way of concatenating multiple lines of > code, such as the "&_" in VBScript. Is there anything like this in > ColdFusion? > > Here's an example: > > <cfset variables.blah = queryname.columname1 & > queryname.columname2 & > queryname.columname3> > > I can make it work but I would have a long line of code! Any ideas how to > get around this? > > Thanks! > > Mike > > Mike Hunsaker > Assistant Director of Information Systems > Kelley School of Business MBA Program > 1275 East Tenth Street, Suite 2010 > Bloomington, IN 47405 > 812.855.7024 > [email protected]<mailto:[email protected]> > > Advance your career. Enhance your life. > > > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| 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:320837 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

