..


Sponsored Links

Why CInt returns an overflow error?

CInt using the definition of numerical variables can happen to receive an overflow error page type:






 Microsoft VBScript runtime error '800a0006 '









 Overflow: 'CInt'



This means that the number passed to CInt has exceeded the natural limits of CInt.

The CInt function , in fact, must receive as argument a number between -32768 and 32767. Otherwise it returns, in fact, an overflow error. In this case you can use the CLng function .

In the same category ...
E-Learning
ASP (Advanced) ASP (Advanced)
Full course for creating dynamic Web sites. From 39 €.
ASP Zero (Ebook) ASP Zero (Ebook)
Learning Microsoft ASP and VBScript from scratch. At only 29 €.
ASP and Access (Ebook) ASP and Access (Ebook)
Managing a MS Access database with ASP. At only 29 €.
Sponsored Links