command to delete last character in string

Hello, is there a command to delete the last character in a string of text? the character is a "

You can see the string manipulation controls here:
https://sdkdocs.roku.com/display/sdkdoc … +Functions
and here:
https://sdkdocs.roku.com/display/sdkdoc/ifStringOps

not needed

not needed

Got it, Thank you very much for having me look back at the commands again :slightly_smiling_face:

You got it. I use a lot of string manipulation throughout my code, very useful to be familiar with that stuff.