Sign in | Join
Last post 07-05-2009 12:55 PM by RickNZ. 1 replies.
Sort Posts: Oldest to newest Newest to oldest
hi all
i'm wanting to round everything to a whole int
if its 2.2222, it would be rounded as 2
if its 2.8888 i still need it as a 2 not 3
so never to round up, only down
thanks
lindows
Use the floor() function.