07-20-2011 01:06 PM
Ok so i created a Vi with a keypad and digital display. Everything works fine except when zero (0) or dot (.) are input. When I press either 0 or dot, it doesnt display on the display right away, it display after my next input. For example lets say I input 3 then 2 then 0 the display will show "32". When i input lets say 1 after 0 it will show "3201. Can anyone tell me why is that?
thanks!
07-20-2011 01:08 PM
Post your code so that we can see what you did. You have to give us something to go on here.
07-20-2011 01:20 PM
as you can see on the screenshot, im taking ASSCI values, then im converting it into usuable form. The case structure allows only specific keys on the kyboard to activate.
Everything works except 0 and dot 😞
07-20-2011 01:43 PM
nvm i solved it, i had to change the properties of the display. Thanks 🙂