home *** CD-ROM | disk | FTP | other *** search
/ Shareware Overload / ShartewareOverload.cdr / database / dbgetkey.zip / GETKEY.DOC < prev   
Text File  |  1988-11-26  |  453b  |  18 lines

  1.  
  2.  
  3.  
  4.      GetKey.ASM is a simple routine to wait for a keypress and
  5.      return standard ascii/scan codes to dBase III.
  6.  
  7.      This procedure is more useful than INKEY(), READKEY() or
  8.      GET/READ and provides a simple shell for writing assembler
  9.      routines for dBase III.
  10.  
  11.      Usage:  LOAD GetKey
  12.              CALL GetKey WITH <your_char_variable>
  13.  
  14.      ...the ascii or scan code (whichever is appropriate) will be
  15.      returned.
  16.  
  17.  
  18.