Difference between revisions of "MessageBox"

103 bytes added ,  11:22, 10 May 2006
m
no edit summary
imported>JOG
m
imported>JOG
m
Line 37: Line 37:
  Number    12 wins
  Number    12 wins
  Number  1234 wins
  Number  1234 wins


===Formating switches===
===Formating switches===
Line 66: Line 68:
'''%g'''
'''%g'''


This one works just like "%.0f", displaying 0 decimal places.
This usually works just like "%.0f", displaying 0 decimal places. When the number is 1000000 or larger, though, the game diplays it in scientific notation (1E+006)




'''%.3e'''
'''%.3e'''


Shows numbers in scientific formation (123000 = 1.23E+5)
Shows numbers in scientific notation (123000 = 1.23E+5)




Anonymous user