Thread: rounding plz?
View Single Post
  #7  
Old 05-23-2007, 01:52 AM
JkWhoSaysNi JkWhoSaysNi is offline
Ruler of the graalaxy
Join Date: Feb 2005
Location: Great Britain
Posts: 488
JkWhoSaysNi is on a distinguished road
Send a message via ICQ to JkWhoSaysNi
Down, it will just strip everything after the decimal point.

If you want it to round up or down you can do this:
PHP Code:
(this.num >= 0.5) ? int(this.num)+int(this.num
__________________

Coming soon (Hopefully:P)
Reply With Quote