Maybe this is more effectiv:
Code:getword: value = 0 for x = 0 to 3 Gosub getkey ' Get a key from the keypad lcdout I,Line2 + x,#key ' Display ASCII key number value=Value*10+key next return
Maybe this is more effectiv:
Code:getword: value = 0 for x = 0 to 3 Gosub getkey ' Get a key from the keypad lcdout I,Line2 + x,#key ' Display ASCII key number value=Value*10+key next return
PBP 2.50C, MCS+ 3.0.0.5, MPLAB 8, MPASM 5.14, ASIX Presto, PoScope, mE mikroBasic V7.2, PICKIT2
Bookmarks