Mister_E
Actually I am using your keypad scan routine.
I am using a
for x = 1 to 3
gosub getkey
array[x] = keypress
next x
total = array[x]*100 + array[x]*10 + array[x]
But I have to make 3 entries in the array to satisfy the for next loop. So I have to use a leading zero if I enter anything less than 100. It works fine its just a pain.
Bookmarks