I'm sure this is probably a dumb question, but how would you get a three digit number input from the user? I can easily get it a digit at a time, by _getkey, but that would leave me with a three byte number where one byte would suffice. And I can't use it in math functions that way. What I want is to be able to get a three digit input into one register so that I can do stuff to it.