> > Hi!
> > I run into error with Gambas3 rev 2994 on Ubuntu 10.04 64bit.
> > Bug with byref command can be reproduced example with this code:
> > 
> > Dim a As Integer
> > nonsensesub(ByRef a) <--- error here!
> > 
> > Public Sub nonsensesub(ByRef n As Integer)
> > Inc n
> > End
> > 
> > Jussi
> 
> Eeerk... I hate ByRef!

It is fixed in revision #2995.

Regards,

-- 
Benoît Minisini

------------------------------------------------------------------------------
ThinkGeek and WIRED's GeekDad team up for the Ultimate 
GeekDad Father's Day Giveaway. ONE MASSIVE PRIZE to the 
lucky parental unit.  See the prize list and enter to win: 
http://p.sf.net/sfu/thinkgeek-promo
_______________________________________________
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user

Reply via email to