Hello
I'm trying make when you press backspace in keyboard the last word of the text object is erased.
but I don't know how to do that.. I was trying to use replace from system object but without success. Any ideas??
Set the text to: left(text, len(text) - 1)
Develop games in your browser. Powerful, performant & highly capable.
I will try that! Thanks Ashley ;)
Edit: Worked, thanks again!
Thank you ! Ashley