[Solved] How to simulate "Backspace"?

hi there,

i need help with the Backspace function, is there anyway to delete the last character in textentry.string() ?

thanks for help!

To remove the last character, you need to take a portion of the text starting from the first character to the one before last.
For that, you can use the Text manipulation functions that you’ll find in the blue Expressions buttons.
expressions

1 Like

Dear sir,

thank you, it works! awesome!!

1 Like