Re: A86: Getkey Equates


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

Re: A86: Getkey Equates




Or just use the 2 system flags to check 2nd and Alpha....
_________
JBrett
tbarwick@esn.net - http://brett.acz.org
ICQ UIN: 20607010
AIM: BarwickBJ
ACZ member - http://www.acz.org


>nope, they don't exist :)
>_getkey returns different keys depending on the states of alpha and 2nd
>GET_KEY detects any specific key regardless of the state of 2nd or alpha
>
>so if you're looking for 2nd or alpha, switch from _getkey to GET_KEY
>
>