Hello Again,
i have a virtual keypad 0-9, i can type in stuff
text1.text = text1.text & "2"
when i press a command button,
how do i use the back space chr$08 to remove the last number entered?
i.e. a delete button?
i have a virtual keypad 0-9, i can type in stuff
text1.text = text1.text & "2"
when i press a command button,
how do i use the back space chr$08 to remove the last number entered?
i.e. a delete button?
Comment