Re: string concatenation / appending in CF8

2007-11-21 Thread Sean Corfield
On Nov 20, 2007 5:39 PM, Ryan Stille [EMAIL PROTECTED] wrote: Hmm that one didn't work for me when I tried it Dale's code worked fine for me... Dale Fraser wrote: cfset string = The Quick / cfset string = Brown Fox / cfoutput#string#/cfoutput

string concatenation / appending in CF8

2007-11-20 Thread Ryan Stille
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

RE: string concatenation / appending in CF8

2007-11-20 Thread Dale Fraser
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

Re: string concatenation / appending in CF8

2007-11-20 Thread Ryan Stille
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