Edit Control in a GUI
1 visualización (últimos 30 días)
Mostrar comentarios más antiguos
Robert
el 26 de Oct. de 2013
Comentada: Robert
el 31 de Oct. de 2013
If the contents end in a backslash (text entered using the Property Inspector) the result has a non-printing character added at execution and are therfore not correct if I want to use the value. If I change the contents of the Edit Control during execution, the contents are correct.
2 comentarios
Walter Roberson
el 26 de Oct. de 2013
Interesting. Is the non-printing character always the same one? What is its corresponding numeric value?
Respuesta aceptada
Robert
el 27 de Oct. de 2013
2 comentarios
Walter Roberson
el 27 de Oct. de 2013
get() teh String property, and add numeric 0 to the string. The result will be a numeric array that will show the character numbers of each character.
Más respuestas (0)
Ver también
Categorías
Más información sobre String Parsing 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!