How to use a button to delete the last value from a TextArea? [MATLAB app designer]
1 visualización (últimos 30 días)
Mostrar comentarios más antiguos
Geith
el 6 de Mzo. de 2021
Comentada: segu sahishna
el 4 de Ag. de 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:
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/541336/image.png)
Thanks.
0 comentarios
Respuesta aceptada
Más respuestas (0)
Ver también
Categorías
Más información sobre Develop Apps Using App Designer en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!