How would I input a number, which can be either an int or a float? Would it be a loop, until the user presses enter? So that the _getkey picks up 5, 4, decimal, 2, 4, ENTER and then 54.24 is stored in a var of my choosing? Anyone out there know an easier way to do this? Thanks Wes