m
Added note on outputting a % character within the format string
mNo edit summary |
m (Added note on outputting a % character within the format string) |
||
| Line 20: | Line 20: | ||
37777777634, ffffff9c, FFFFFF9C | 37777777634, ffffff9c, FFFFFF9C | ||
<br> | |||
Note: if you want a % character to be output as part of your format string, you need to enter %%. ie. | |||
> = string.format("Ratio is %u %%",12) | |||
Ratio is 12 % | |||
<br> | <br> | ||
==== Macro Example ==== | ==== Macro Example ==== | ||