Delete text by keeping back pressed

Hello guys !

I have managed to deal with max lenght of my text input with StrLength(getttextinput.String()) > X.
But I face another issue. I can delete part of this text by pressing the Back Key (<----), but it only delete characters one by one.

I would like to be able to also keep it push and then, be able to autodelete chars one by one.

But I cant do it.

Thank you for your help.



i reduced the delete timer each time a letter is deleted, to speed it up over time.

2 Likes

Thank you very much Slash, I’ll give it a try !