-----Original Message-----
From: Mark Leder [mailto:[EMAIL PROTECTED]]
Sent: Monday, February 17, 2003 9: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&nbsp;SESSION.ecom.lastName>

However, CF throws an error with the "&nbsp;" spacer.  What's the right way
to put these two vars together (formatted with a space) in a new var?


give:
<cfset session.ecom.fullName = session.ecom.fisrtName & " " &
session.ecom.lastName>

a try.

charlie



~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
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
This list and all House of Fusion resources hosted by CFHosting.com. The place for 
dependable ColdFusion Hosting.

                                Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
                                

Reply via email to