[Gambas-user] Application_Read

Fabien Bodard gambas.fr at ...626...
Fri Jun 4 23:28:45 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




More information about the User mailing list