WoW:API format: Difference between revisions

164 bytes added ,  20 September 2009
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 ====
Anonymous user