1. Re: wait_key (was <none>)
- Posted by Jeffrey Fielding <JJProg at CYBERBURY.NET> Nov 01, 1998
- 963 views
- Last edited Nov 02, 1998
Wait key returns the ASCII code, not the number. You can use get to get numbers, but you will need to press enter when you are finished. You could also do something like: i =3D find(wait_key(),"0123456789")-1 to get the value of a one digit number that you enter. Jeffrey Fielding JJProg at cyberbury.net

