What is the difference in ASP/VBScript between Int() & CInt()?
|
feedback
|
And the best answer comes from MSDN
| |||
|
feedback
|
|
And, the most important difference (IME, at least)....is that CInt overflows at 32,767. | |||
|
feedback
|
|
Here is another difference: Script:
result:
Any thoughts? | |||||
feedback
|
|
The usual answer for this issue is to manually force a re-rounding. This problem is as old as FORTRAN. Instead of
Use
Very old trick, still useful in Excel spreadsheets from time to time. | ||||
|
feedback
|