Edit Control in a GUI
1 回表示 (過去 30 日間)
古いコメントを表示
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 件のコメント
Walter Roberson
2013 年 10 月 26 日
Interesting. Is the non-printing character always the same one? What is its corresponding numeric value?
採用された回答
Robert
2013 年 10 月 27 日
2 件のコメント
Walter Roberson
2013 年 10 月 27 日
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.
その他の回答 (0 件)
参考
カテゴリ
Help Center および File Exchange で String Parsing についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!