Quote:
Originally Posted by patryk
round(0.732131312, 1) will return 0.7
that's how it works. also there are flags you can set as third argument if you want other type of rounding.
check link i've posted above for details
|
Hi
I know that, but from 973.0 up it will show 1MB,
problem is 1MB = 1024, so I am trying to
round down to 0.9 in this case.
I guess I could do some IF between 973 -1024
and use 2 decimals. just thought I could do that
with some rounding function directly.
Thanks
Sonny