frosty7700
Programmer
The following line of code:
if (CDbl(rsOther("Price") Mod .1) = 0 then
is creating the following error:
Microsoft VBScript runtime (0x800A000B)
Division by zero
/pricing.asp, line 702
I don't get it. Even if Price were zero, zero mod .1 = 0, so what's the problem???
if (CDbl(rsOther("Price") Mod .1) = 0 then
is creating the following error:
Microsoft VBScript runtime (0x800A000B)
Division by zero
/pricing.asp, line 702
I don't get it. Even if Price were zero, zero mod .1 = 0, so what's the problem???