Forum Discussion
DiarmaidCollins
3 years agoCommunity Member
Keypad Input simulation - 8th digit glitch
Hi boffins. It's me again hoping for some assistance.
I have a project that simulates a user interface whereby the user is asked to enter numerical data a few times. I have discovered it is... har...
DiarmaidCollins
3 years agoCommunity Member
Managed to figure something out on my own. Yay me! Not as elegant as the solution above that, by rights should work with no issue, maths being maths 'n' all, but at least this gets the job done.
In a very heavy-handed manner, by breaking the desired 8-digit string into individual number variables. Ugh.
Surely inputting number strings should be easier than this? I know I must be missing something truly basic to have had to go through all this... thinking... (my head hurts).
Here's the working "solution" and below is the link to the file if anyone wants to take it apart, use it, or suggest better alternatives.