----test.prg
proc main
s := space(10)
justright( @s)
? s
//returns garbage characters is s.
-----------
hbmk2 test -lhbct
------------------


just tested it again with 
Harbour 2.0.0beta2 (Rev. 11544)
Copyright (c) 1999-2009, http://www.harbour-project.org/





Viktor Szakáts wrote:
> 
> Hi Abe,
> 
> I can't replicate any problem given this code.
> 
> Can you post a self contained example with a description
> of the problem?
> 
> I'd also suggest to you and everyone else to make new
> checkout and clean build before reporting a problem
> after recent excessive changes.
> 
> Brgds,
> Viktor
> 
> On 2009.06.26., at 18:09, AbeB wrote:
> 
>>
>>
>> try passing by reference.
>>
>> sTest := space(10)
>> justright(@sTest)
>>
>> ? sTest
>>
>> thanks.
>> Abe
>>
>>
>> -- 
>> View this message in context:
>> http://n2.nabble.com/Problam-with-lates-changes-tp3162355p3162355.html
>> Sent from the harbour-devel mailing list archive at Nabble.com.
>>
>> _______________________________________________
>> Harbour mailing list
>> Harbour@harbour-project.org
>> http://lists.harbour-project.org/mailman/listinfo/harbour
> 
> _______________________________________________
> Harbour mailing list
> Harbour@harbour-project.org
> http://lists.harbour-project.org/mailman/listinfo/harbour
> 
> 

-- 
View this message in context: 
http://n2.nabble.com/Problam-with-lates-changes-tp3162355p3162454.html
Sent from the harbour-devel mailing list archive at Nabble.com.

_______________________________________________
Harbour mailing list
Harbour@harbour-project.org
http://lists.harbour-project.org/mailman/listinfo/harbour

Reply via email to