Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
R3voA3 opened this issue Nov 3, 2024 · 1 comment
Closed

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

R3voA3 opened this issue Nov 3, 2024 · 1 comment
Labels
bug Something isn't working

Comments

@R3voA3
Copy link
Contributor

R3voA3 commented Nov 3, 2024

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

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

prints

image

Ingame it returns "100%"

@R3voA3 R3voA3 added the bug Something isn't working label Nov 3, 2024
@PabstMirror
Copy link
Collaborator

Will be fixed by #823

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants