Edit Control in a GUI
1 Ansicht (letzte 30 Tage)
Ältere Kommentare anzeigen
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 Kommentare
Walter Roberson
am 26 Okt. 2013
Interesting. Is the non-printing character always the same one? What is its corresponding numeric value?
Akzeptierte Antwort
Robert
am 27 Okt. 2013
2 Kommentare
Walter Roberson
am 27 Okt. 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.
Weitere Antworten (0)
Siehe auch
Kategorien
Mehr zu String Parsing 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!