> 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?

-- 
Benoît Minisini

------------------------------------------------------------------------------
Gaining the trust of online customers is vital for the success of any company
that requires sensitive data to be transmitted over the Web.   Learn how to 
best implement a security strategy that keeps consumers' information secure 
and instills the confidence they need to proceed with transactions.
http://p.sf.net/sfu/oracle-sfdevnl 
_______________________________________________
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user

Reply via email to