How to clear the whole field in edit text?
1 visualización (últimos 30 días)
Mostrar comentarios más antiguos
Ekaterina Sadovaya
el 6 de Mzo. de 2018
Respondida: Walter Roberson
el 7 de Mzo. de 2018
I have a GUI and one of it's function is to show some strings in edit text. It's working well, but only before the field ends. How can I clear the whole field, not only one string? I want to make a loop or something that prints the strings one by one, then, when the end of the field comes, clears it and continues to print from the same moment.
0 comentarios
Respuesta aceptada
Walter Roberson
el 7 de Mzo. de 2018
Set the edit control String property to {} if Max is set to 2 or more, or to '' if Max is set to 1
0 comentarios
Más respuestas (0)
Ver también
Categorías
Más información sobre Loops and Conditional Statements 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!