alleycat 28 Posted March 19, 2016 I think this is an embarrassing question. How to display % in a string? I have tried double quotation, did not work. Share this post Link to post Share on other sites
alleycat 28 Posted March 19, 2016 That did not work. However using "%" as a variable and then referencing it with %1 in the formatted text worked. Share this post Link to post Share on other sites
Greenfist 1863 Posted March 19, 2016 parsetext format ["Here's a percent symbol: %"];But it creates structured text instead of string. Share this post Link to post Share on other sites
HallyG 239 Posted March 19, 2016 format ["%1","%"]; Share this post Link to post Share on other sites
barbolani 198 Posted March 19, 2016 hint format ["50%1 is the half","%"] Share this post Link to post Share on other sites