have you try " "?
ac.addItem({name:first_name_traffic.text + " " + last_name_traffic.text});
works for me.
Willy
----------------------------------------------------------------------
maybe today is a good day to write some code,
hold on, late me take a nap first ... Zzzz
Q: How do you spell "google"?
A: Why don't you google it?
----------------------------------------------------------------------
On Thu, Jun 19, 2008 at 2:15 PM, ghus32 <[EMAIL PROTECTED]> wrote:
> ac.addItem({name:first_name_traffic.text + last_name_traffic.text});
>
> Is there a way to add a space between first name and last name in this
> code. I tried adding "" but that didnt work
>
> Thanks
>
>
>