Create a backspace(delete)
J's Junction
IllinoisMember, PRO Posts: 81
I have a string that adds on numbers as they are pressed. Any suggestions on how to create a backspace which would delete. Thanks!
Best Answer
-
Armelline Posts: 5,353
Change attribute string to textSubStr(string,1,textLength(string)-1)
Contact me for custom work - Expert GS developer with 15 years of GS experience - Skype: armelline.support
Answers
Thank you! I will try it.
Works perfectly! Thank you!