A83: Re: _getkey calls


[Prev][Next][Index][Thread]

A83: Re: _getkey calls




It will be the key code, which is not 0-9 if the keys 0-9 are pressed.

Joe Wingbermuehle
http://www.usmo.com/~joewing/

-----Original Message-----
From: wes <wes@beanz.nu>
To: assembly-83@lists.ticalc.org <assembly-83@lists.ticalc.org>
Date: Tuesday, August 25, 1998 5:00 PM
Subject: A83: _getkey calls


>
>If I use the following snippet:
>
>Getkey:
>            call _getkey
>
>Will a keypress that is a numberic integer (0-9) register AS 0-9, or will
it
>be the hex code for those keys?
>I am really hoping for just ints...but somehow I doubt it.
>Wes
>