Re: test
AJ Romyn <[email protected]> Mon, 29 Oct 2007 11:57:55 -0700 (PDT)
| Newsgroups | gmane.comp.windows.autoit.user |
|---|---|
| Message-ID | <[email protected]> |
another issue !
not sure how to get the number to increment ,
it does not seem to be working.
I should get
Name 0 (first time through)
Name 1 (second time and so on so on )
just not incre.
;add var.....
$adname = 0
$adlast = 0
;concate names
$f_newname = ($first_name & " " & $adname )
$l_newlast = ($last_name &" " & $adlast)
;================================================
;start here
do
if $Loop_cnt < 2 Then
$first_name = $f_newname
$last_name = $l_newlast
$address1 = $address2
$city = $city2
$zip = $zip2
EndIf
$Loop_cnt = $Loop_cnt + 1
$adname = $adname + 1
$adlast = $adlast + 1
;==========================
Jeremy Landes <[email protected]> wrote: 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
>>
>>
>>
>
>
__________________________________________________
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]