> Public Application_Read()
> 
>  Dim Keys As String
> 
>  ' Read up to (so the negative sign) 256 characters from the standard input
>  Keys = Read, -256
>  ...
> 
> End
> 

I may have done a bug in the compiler, as normally it should be just "Read 
-256", which is equivalent to "Read #File.In, -256".

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