Closed R3voA3 closed 6 days ago
Since v2.18 using %% to insert a percent symbol with format command is valid.
%%
format
format ["%1%%", 100];
prints
Ingame it returns "100%"
"100%"
Will be fixed by #823
Since v2.18 using
%%
to insert a percent symbol withformat
command is valid.format ["%1%%", 100];
prints
Ingame it returns
"100%"