Path: utzoo!utgpu!jarvis.csri.toronto.edu!rutgers!sun-barr!apple!motcsd!hpda!hpcuhb!hpindda!keithb From: keithb@hpindda.HP.COM (Keith Broussard) Newsgroups: comp.databases Subject: Re: dBase/FoxBase question Message-ID: <3520008@hpindda.HP.COM> Date: 1 Aug 89 18:35:53 GMT References: <914@lakesys.UUCP> Organization: HP Information Networks, Cupertino, CA Lines: 4 In dbase, you can use the INKEY() function to get any key press. Look it up in the manual to find out what the return value for the control character you want to trap is. INKEY will wait indefinitely for a keypress if you use INKEY(0), or n seconds if you use INKEY(n).