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!