|
|
|||||||||
|
|||||||||
| |||||||||
|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
Stop making mediocre tutorials.The best tutorials are video! Camtasia Studio makes it easy to create engaging, buzz-building screen videos at any size, in any popular format. Download the free trial!
|
|
#1
|
||||
|
||||
|
limitations of integers
i need to use bigger numbers that integer allows in asp. what should i use? i still need the whole number quality of the integer, but when i use anything larger than about 2,100,000,000 i get the error
Overflow: '[number: xxxxxxxxxxx]' with the x's being the number i used. anyway around this? |
|
#2
|
||||
|
||||
|
Try making the variable a double. Integer(long integer) only stores values from -2,147,483,647 to 2,147,483,647.
Double will store as a floating point number as large as 1.79769313486232E308
__________________
--Dave-- U2kgSG9jIExlZ2VyZSBTY2lzLCBOaW1pdW0gRXJ1ZGl0aW9uaXMgSGFiZXM= |
![]() |
| Viewing: Dev Shed Forums > Programming Languages - More > ASP Programming > limitations of integers |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|
|