Edit Control in a GUI
1 visualizzazione (ultimi 30 giorni)
Mostra commenti meno recenti
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 Commenti
Walter Roberson
il 26 Ott 2013
Interesting. Is the non-printing character always the same one? What is its corresponding numeric value?
Risposta accettata
Robert
il 27 Ott 2013
2 Commenti
Walter Roberson
il 27 Ott 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.
Più risposte (0)
Vedere anche
Categorie
Scopri di più su String Parsing in Help Center e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!