If I have the cursor in the middle of the string the last character of the string will dissapear for every new character I type.
My idea is to make a backspace so the latest character will not be typed if the string is already 32 characters in length. Is this possible to do, or is there better solutions?
The point is, I do not want anything to happen at all if I type and the string is already 32 characters in length. So I must find a way to delete the latest character typed regardless of the position in the string.