home *** CD-ROM | disk | FTP | other *** search
/ Power-Programmierung / CD1.mdf / basic / library / qb_pds / window / mask10 / getkey.inc next >
Encoding:
Text File  |  1987-12-21  |  165 b   |  9 lines

  1. SUB GETCHAR(CH$) STATIC
  2. shared skcolor%, Statrow%, Statcol%
  3.     DO
  4.         CH$ = INKEY$
  5.         CALL keystatline(skcolor%,Statrow%,Statcol%)
  6.     LOOP UNTIL CH$ <> ""
  7. END SUB
  8.  
  9.