home *** CD-ROM | disk | FTP | other *** search
-
-
-
- GetKey.ASM is a simple routine to wait for a keypress and
- return standard ascii/scan codes to dBase III.
-
- This procedure is more useful than INKEY(), READKEY() or
- GET/READ and provides a simple shell for writing assembler
- routines for dBase III.
-
- Usage: LOAD GetKey
- CALL GetKey WITH <your_char_variable>
-
- ...the ascii or scan code (whichever is appropriate) will be
- returned.
-
-