SteveSensei
08-18-2009, 05:11 PM
My mind must be numb as this is usually not a problem for me:
I'm trying to add 2 numbers that come from a form -
a = Request.Form("overLoan")
b = Request.Form("loanRate")
c = (a + b)
If a = 9.00 and b = 6.25, I get 9.006.25 as the answer, when it should be 15.25
Help!
I'm trying to add 2 numbers that come from a form -
a = Request.Form("overLoan")
b = Request.Form("loanRate")
c = (a + b)
If a = 9.00 and b = 6.25, I get 9.006.25 as the answer, when it should be 15.25
Help!