Quote Originally Posted by aratti View Post
Dennis # character is intercepted by the IF/Then condition and the added " goto ini " command should have solved the issue. As far as A,B,C,D and F just place a trap with an additional IF/then condition. See the example:
I get that ! :-)

But whats the > 59 doing here?
Code:
If KeyPress >59 then Ini
If KeyPress = "*" then goto retry
Since only "*" ; "#" and numbers from "0" to "9" can pass the if/then condition, this should solve the problem.

Take care.

Al.
Al.. the goto ini didn't solve the problem .. I had to add the A0=A)-1 ..one extra line no problem.
I think with * it's not a problem because as soon as * is detected the program jumps to retry ...which clears the variables ..
# is different and unfortunately does get included in the array , well at least that's what I'm guessing. Will definitely bug track to see what really happens :-) and feedback to you !

Kind regards
Dennis