Hmm that one didn't work for me when I tried it (I tried the ways I listed in my first post), but I'll have to go back and try it again, maybe I had something wrong.
-Ryan Dale Fraser wrote: > <cfset string = "The Quick" /> > <cfset string &= " Brown Fox" /> > <cfoutput>#string#</cfoutput> > > > Regards > Dale Fraser > > http://learncf.com > > > -----Original Message----- > From: Ryan Stille [mailto:[EMAIL PROTECTED] > Sent: Wednesday, 21 November 2007 11:50 AM > To: CF-Talk > Subject: string concatenation / appending in CF8 > > Is there a shorter way to append strings in CF8 now? With all the > "javascript" style operators I was hoping there would be something. > > += or &= or .= or whatever. Or do we still need to do: > > Arguments.myOutputString = Arguments.myOutputString & "more text" > > all the time? I would love a shorter way to do this. > > -Ryan > > > > > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| ColdFusion is delivering applications solutions at at top companies around the world in government. Find out how and where now http://www.adobe.com/cfusion/showcase/index.cfm?event=finder&productID=1522&loc=en_us Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:293640 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

