[Gambas-user] feature suggestion
Simonart Dominique
simonart.dominique at ...11...
Mon Jan 10 00:30:43 CET 2011
Of course you are right!
The Joueur() instances of my class are quite big, but
nowadays the RAM is gigantic!
this is surely a reminiscence of my "economy of RAM" syndrom
coming from the Amiga's days (512KKKKKK)
so, Forget it!
regards
Dominique Simonart
Le 09/01/2011 23:06, Benoît Minisini a écrit :
>> Hi,
>>
>> Often I've to write things like that:
>>
>> With Joueur(0)
>> If Joueur(2).Nombre(Joueur(2).C1)< .Nombre(.C1) Then ...
>> ...
>> End With
>>
>> As I already have a With Joueur(0) activated I cannot define
>> another one for Joueur(2).
>>
>> It would be nice to have the possibility to define temporary
>> Alias names inside a Procedure, as for example:
>>
>> ALIAS Joueur(2), J2
>> With Joueur(0)
>> IF J2.Nombre(J2.C1)< .Nombre(.C1) Then ...
>> ...
>> End With
>>
>> regards,
>> Dominique Simonart
>>
>
> Maybe you can use a variable named J2 for that?
>
More information about the User
mailing list