Is there a problem rounding a real number in ASP.
I retreive the real number from a MS SQL database, but when I run my script the numbers add up fine, however i get numbers with a 10 digit decimal place(i.e 125.199999988079) so when i try to use the round function, I get and error saying:
Invalid use of Null: 'Round'
any help?
I retreive the real number from a MS SQL database, but when I run my script the numbers add up fine, however i get numbers with a 10 digit decimal place(i.e 125.199999988079) so when i try to use the round function, I get and error saying:
Invalid use of Null: 'Round'
any help?