|
Author |
Topic: what is the data type for key? (Read 332 times) |
|
sspboyd
|
what is the data type for key?
« on: Sep 28th, 2004, 12:51am » |
|
I am trying to save the last key pressed and send it to another function. What is the datatype of key? How can I save it to a variable? thanks, steve
|
« Last Edit: Sep 28th, 2004, 12:51am by sspboyd » |
|
gmail.com w/ sspboyd username
|
|
|
fry
|
Re: what is the data type for key?
« Reply #1 on: Sep 28th, 2004, 3:26am » |
|
key is an int, and can be cast to a char or byte if that's more useful.
|
|
|
|
sspboyd
|
Re: what is the data type for key?
« Reply #2 on: Sep 28th, 2004, 4:21pm » |
|
thanks, that helps. on Sep 28th, 2004, 3:26am, fry wrote:key is an int, and can be cast to a char or byte if that's more useful. |
|
|
gmail.com w/ sspboyd username
|
|
|
|