Calculations |
5/9/2008 21:27:48 | |
| ASPRunnerPro General questions | ||
|
I use this code to subtract numeric fields: |
||
|
|
Sergey Kornilov admin 5/12/2008 |
|
Use CDbl() instead of CInt(). |
|
|
|
jadach authorDevClub member 5/12/2008 |
|
Yes, I emailed support and they said the same thing. Use: Use CDbl() instead of CInt(). More info: http://www.w3schools.com/VBscript/vbscript_ref_functions.asp |
|