hello! i have a textbox, and 2 buttons. this is what i would like:
when i click button 1, "1" is added to the textbox. when i click button 2, "2" is added to the textbox.
i have tried to do this myself, but when ever i click one of the buttons, it clears the digit that is already in the textbox, and then adds a new digit. i want it to keep adding digit after digit. eg. if i press button 1 three time, then button 2 twice, the textbox shows "11122". then if i press button 1 again, it adds a one to the end of the text, making it read "111221", etc.
any help would be much appreicated!
when i click button 1, "1" is added to the textbox. when i click button 2, "2" is added to the textbox.
i have tried to do this myself, but when ever i click one of the buttons, it clears the digit that is already in the textbox, and then adds a new digit. i want it to keep adding digit after digit. eg. if i press button 1 three time, then button 2 twice, the textbox shows "11122". then if i press button 1 again, it adds a one to the end of the text, making it read "111221", etc.
any help would be much appreicated!
Comment