Hello all,
I need to use the ROUND function in ASP similar to the functionality of ROUND in excel. Basically, I need to be able to pass -ve numbers as number of decimal places.
E.g.
ROUND in excel
round(-182294.81,-5) = -200000
How do I accomplish this using javascript/vbscript or any in-built ASP functions.
All help is appreciated.
Thanks.
I need to use the ROUND function in ASP similar to the functionality of ROUND in excel. Basically, I need to be able to pass -ve numbers as number of decimal places.
E.g.
ROUND in excel
round(-182294.81,-5) = -200000
How do I accomplish this using javascript/vbscript or any in-built ASP functions.
All help is appreciated.
Thanks.