hai there,
I created a simple calculator in that I want to add a clear button should clear the text one by one.
arrow button perform clearing the text one by one. (i.e) if the button is pressed 5 must be clear. please give me a solution.
Hi Ansari,
after clicking on Clear you can assign the variable like below:
Hope it will help you!!
Cheers,
Krushna
Hi Ansari Durai ,
On change of the action please update the text expression by using
Substr(TextVar,0,Length(TextVar) - 1)
Did you check built-in functions?
Try to add assign with text =
Substr(text, 0, Length(text) - 1)
Upd. Krushana, Vaibhav, you are so fast!
thanks to everyone!