Hey all,
I am working on a calculator program and am using a StringVar() for the Entry widget.
What I need is to delete the last char from the StringVar() when the user hits the
'Backspace' button.
I have everything bound and all, I just don't know what the code is for removing the
last char. I've looked around but I haven't found anything online about how to do it.
Thanks in advance,
- WolfShield