| |
dropme
Posts: 18
Score: 0
Joined: 5/23/2001
From: USA
Status: offline
|
you can use the formatNumber(number, 5) function to get your desired results. number being the argument, and 5 being how many places you want the result to show. And yes, if you ask for two decimal places on 3.499999, then you will get 3.50 --
|
|