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