BrettMayson / HEMTT

Build System for Arma 3
http://hemtt.dev/
GNU General Public License v2.0
114 stars 40 forks source link

Using "%%" in format string prints error #824

Closed R3voA3 closed 6 days ago

R3voA3 commented 1 week ago

Since v2.18 using %% to insert a percent symbol with format command is valid.

format ["%1%%", 100];

prints

image

Ingame it returns "100%"

PabstMirror commented 1 week ago

Will be fixed by #823