Remove the last character from text SOLVED

I am making in a sense, a backspace button. The label looks like something as follows.

ā€œ12345654321ā€

How can I get the last letter and set it to nothing? I tried replace all " " with " " but of course, from the example above, that would remove the first character.

Would love some help on this!

Thanks.

(edit)

I fixed this by getting substring from letter 1 to length of text - 1. Works a dream :slight_smile:

It is possible and easier

%D0%B8%D0%B7%D0%BE%D0%B1%D1%80%D0%B0%D0%B6%D0%B5%D0%BD%D0%B8%D0%B5

1 Like