Edit Control in a GUI
1 view (last 30 days)
Show older comments
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 Comments
Walter Roberson
on 26 Oct 2013
Interesting. Is the non-printing character always the same one? What is its corresponding numeric value?
Accepted Answer
Robert
on 27 Oct 2013
2 Comments
Walter Roberson
on 27 Oct 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.
More Answers (0)
See Also
Categories
Find more on String Parsing in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!