Im using the String lib. Im trying to delete the last character in the string.
using inString.append a can add a char to the string then the command inString.length() shows me the current length of it. I don't know if the left() command is in this lib or not. The combo of this will get me where i need to be i believe.
lol this doesnt work: inString.length() = inString.length() - 1