Try <cfset SESSION.ecom.fullName = "#SESSION.ecom.firstName# #SESSION.ecom.lastName#">
Tony -----Original Message----- From: Mark Leder [mailto:[EMAIL PROTECTED]] Sent: Monday, February 17, 2003 8:22 PM To: CF-Talk Subject: Concetenating two Variables Hi All, Here's what I want to do: <cfset SESSION.ecom.fullName = SESSION.ecom.firstName SESSION.ecom.lastName> However, CF throws an error with the " " spacer. What's the right way to put these two vars together (formatted with a space) in a new var? Thanks, Mark ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4 Subscription: http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4 FAQ: http://www.thenetprofits.co.uk/coldfusion/faq Structure your ColdFusion code with Fusebox. Get the official book at http://www.fusionauthority.com/bkinfo.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

