WoW:API format: Difference between revisions

113 bytes added ,  8 October 2008
m
added external link to printf manual node
mNo edit summary
m (added external link to printf manual node)
Line 19: Line 19:
  > = string.format("%o, %x, %X", -100,-100,-100)    -- octal, hex, hex
  > = string.format("%o, %x, %X", -100,-100,-100)    -- octal, hex, hex
  37777777634, ffffff9c, FFFFFF9C
  37777777634, ffffff9c, FFFFFF9C
== External links ==
* http://www.gnu.org/software/libc/manual/html_node/Formatted-Output.html#Formatted-Output


{{LUA}}
{{LUA}}
Anonymous user