MUIRoyale - Problem with % sign in TextItem Content
Posted: Mon Jan 18, 2021 2:07 am
Hello,
in my GUI XML I define a text item:
At runtime I try to set the value of this item to "90%"
But actually it then is just "90"
Do I have to escape this symbol ? If so, how ?
Tried "90\%", "90%%", "90\37", but without any success
in my GUI XML I define a text item:
Code: Select all
<text id="RATIO" frame="Text"> </text>Code: Select all
mui.Set("RATIO","Contents","90%")But actually it then is just "90"
Do I have to escape this symbol ? If so, how ?
Tried "90\%", "90%%", "90\37", but without any success