How to use a button to delete the last value from a TextArea? [MATLAB app designer]
3 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
Geith
am 6 Mär. 2021
Kommentiert: segu sahishna
am 4 Aug. 2022
I am creating a simple calculator app in the app designer. When a user presses a button, the app takes the previous value from the display (app.Display.Value) and concatenates the users input button to it, to update the value of the display.
I am trying to implement a delete button which deletes only the last value from the display which is a 'Text Area' component. This is what I have currently but it is not working:

Thanks.
0 Kommentare
Akzeptierte Antwort
Weitere Antworten (0)
Siehe auch
Kategorien
Mehr zu Develop Apps Using App Designer finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!