Replies: 1 comment
-
|
This is intended behavior. The reason it works this way is because the macro does parse-time validation of the formatting string. Use |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
In working with
@sprintfthe formatting string must be a string within the quotes within the macro call. It cannot be a String variable or a function that compiles to a string.What I tried is
Is there any way to get something like a string variable to work in
@sprintf?Beta Was this translation helpful? Give feedback.
All reactions