I am new to PicbasicPro programing and i need some help reading keypad connected to a 16f876 uC. I have managed to display the keys pressed on a standard 16x2 LCD display, but now i don`t know how to store the whole string of numbers entered in a variable, so it could represent a number of rotations for a stepper motor. For example if i enter 5 5 5 it should somehow be stored in a variable "rotations" as 555. I saw a similar question asked before on this forum, but was left unanswered.
I know it seems like a trivial question, but it`s frustrating me.
Thanx in advance.