home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Power-Programmierung
/
CD1.mdf
/
basic
/
library
/
qb_pds
/
window
/
mask10
/
getkey.inc
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1987-12-21
|
165 b
|
9 lines
SUB GETCHAR(CH$) STATIC
shared skcolor%, Statrow%, Statcol%
DO
CH$ = INKEY$
CALL keystatline(skcolor%,Statrow%,Statcol%)
LOOP UNTIL CH$ <> ""
END SUB