Re: test
"Jeremy Landes" <[email protected]> Mon, 29 Oct 2007 13:17:11 -0400 (EDT)
| Newsgroups | gmane.comp.windows.autoit.user |
|---|---|
| Message-ID | <[email protected]> |
You'd want to do this: $sFirstName = "John" $sLastName = "Smith" $sFullName = $sFirstName & " " & $sLastName Hope this helps. Sincerely yours, Jeremy Landes [email protected] On Mon, October 29, 2007 12:42 pm, Nahuel José wrote: > $last_name = $last_name & $alastname ?? > > > > > ----- Original Message ----- > From: "AJ Romyn" <[email protected]> > To: <[email protected]> > Sent: Monday, October 29, 2007 1:39 PM > Subject: RE: [AutoIt] test > > >> ? >> is there a way to concatinate to variables together. >> >> ex: >> $first_name = $first_name >> $last_name = $last_name + $alastname >> $address1 = $address2 >> $city = $city2 >> $zip = $zip2 >> >> "HOGAN, RICHARD E." <[email protected]> wrote: > It's not dead yet... >> >> -----Original Message----- >> From: [email protected] >> [mailto:[email protected]] On Behalf Of larrydalooza >> Sent: Wednesday, October 17, 2007 2:43 PM >> To: [email protected] >> Subject: [AutoIt] test >> >> >> >> test >> >> >> >> >> >> [Non-text portions of this message have been removed] >> >> >> >> >> >> __________________________________________________ >> Do You Yahoo!? >> Tired of spam? Yahoo! Mail has the best spam protection around >> http://mail.yahoo.com >> >> [Non-text portions of this message have been removed] >> >> >> >> >> Yahoo! Groups Links >> >> >> > >