Two methods:
<cfset string1 = "my Dog">
<cfset string2 = "has fleas">
Method 1:
<cfset newstring = "#string1# #string2">
Method 2:
<cfset newstring = string1 & " " & string2 >
> -----Original Message-----
> From: Peter Benoit [SMTP:[EMAIL PROTECTED]]
> Sent: Thursday, August 24, 2000 10:57 AM
> To: '[EMAIL PROTECTED]'
> Subject: Concatenate Strings
>
> How can I concatenate 2 strings in CF?
>
>
> --------------------------------------------------------------------------
> ----
> Archives: http://www.mail-archive.com/[email protected]/
> To Unsubscribe visit
> http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or
> send a message to [EMAIL PROTECTED] with 'unsubscribe' in
> the body.
------------------------------------------------------------------------------
Archives: http://www.mail-archive.com/[email protected]/
To Unsubscribe visit
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.