Hi...I amd a teacher and trying to make a spelling game. It is a kind of fast writing a word you see.
I can delete the first letter by pressing any key in the keyboard with this code..
right(SpriteFont.Text,len(SpriteFont.Text)-1)
but I want to delete the first letter with a specific key "A, or B" I press
For example: the word is " book"
I want it delete the first letter only pressed on the key "B"
Thank for your help...