you can also use POP() and SHIFT() to remove characters: ST$="bananas" LAST$=POP(ST$) ?ST$ This is useful if you want to save the last character.