[Gambas-user] Maybe another bug.

Benoît Minisini gambas at ...1...
Sun Mar 3 01:03:13 CET 2013


Le 03/03/2013 00:37, Jussi Lahtinen a écrit :
> This one still lacks of confirmation or any comments... just wondering if
> there is something I missed,
> or is this just forgotten.
>
> Jussi
>
>
>
> On Sun, Feb 24, 2013 at 11:30 PM, Jussi Lahtinen
> <jussi.lahtinen at ...626...>wrote:
>
>> Hi!
>> See attached projects.
>>
>> 1. Compile LibTest so you can use it as library.
>> 2. Set LibTest.gambas to be used as library for LibTestPart2.
>> 3. Run LibTestPart2.
>> 4. Click on the button.
>> 5. I expect Var1 and Var2 have same count (10). Instead Var1 is empty. Why?
>>
>> Gambas 3 revision 5554 @ Xubuntu 12.04 64 bit
>>
>> Jussi
>>

Your Object[] array is converted to a Class1[] array because of the 
Module1.Test() method signature. So the original Object[] array is not 
modified.

Regards,

-- 
Benoît Minisini




More information about the User mailing list