[Gambas-user] Trapping keyboard in text application

Rob sourceforge-raindog2 at ...94...
Mon Feb 14 19:36:50 CET 2005


On Monday 14 February 2005 13:38, Øystein Selbekk wrote:
> Could you give me an example....?
> Examples in the help files shows how to do it with a com port,
> but not the keyboard.

DO WHILE NOT Eof(File.In)
	LINE INPUT myString
	PRINT myString
LOOP

Rob






More information about the User mailing list