how insert "%" before number in spinner

조회 수: 3 (최근 30일)
aldo
aldo 2023년 7월 24일
편집: aldo 2023년 7월 25일
hi, it's possible to insert a "%"after number? Ex. 4%
value = app.MaxDDSpinner.Value;

채택된 답변

Angelo Yeo
Angelo Yeo 2023년 7월 24일
You can use %% for ValueDisplayFormat as shown below.
  댓글 수: 1
aldo
aldo 2023년 7월 25일
편집: aldo 2023년 7월 25일
i read this documentation but i don't understand your %11.4g %% in your post
11 is the no. digits before the point and .4 the n. decimal digits? thank

댓글을 달려면 로그인하십시오.

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Simulink에 대해 자세히 알아보기

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by