Hi guys...
I'm trying to do the following:
When I click ButtonA for the first time, it will entered a number "1" in a textbox.
If I click it again, another "1", up to five number "1".
After that, it should enter one number "2"... after five number "2", starting entering "3"... etc
So for example 111111222222333333444444
Second part is:
When I click ButtonB it should clear the 5 left most items of this line.
So if we have 111111222222333333444444, and click once, we will get 222222333333444444
if we click again, 333333444444
Thanks!
I'm trying to do the following:
When I click ButtonA for the first time, it will entered a number "1" in a textbox.
If I click it again, another "1", up to five number "1".
After that, it should enter one number "2"... after five number "2", starting entering "3"... etc
So for example 111111222222333333444444
Second part is:
When I click ButtonB it should clear the 5 left most items of this line.
So if we have 111111222222333333444444, and click once, we will get 222222333333444444
if we click again, 333333444444
Thanks!