[Gambas-user] Application_Read

Benoît Minisini gambas at ...1...
Sat Jun 5 00:23:28 CEST 2010


> 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




More information about the User mailing list