& is the string concat operator, AND and && are boolean operators.
<cfset myStruct.concatendatedSring = myStruct.string1 & myStruct.string2>
& is the string concat operator, AND and && are boolean operators.
<cfset myStruct.concatendatedSring = myStruct.string1 & myStruct.string2>