<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





~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Download the latest ColdFusion 8 utilities including Report Builder,
plug-ins for Eclipse and Dreamweaver updates.
http;//www.adobe.com/cfusion/entitlement/index.cfm?e=labs%5adobecf8%5Fbeta

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:293637
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

Reply via email to