accessman2
Registered User.
- Local time
- Yesterday, 21:02
- Joined
- Sep 15, 2005
- Messages
- 335
Hi,
I have a question.
dim num as Long
num = 123000234123
the message is giving out "Overflow".
Do we have another datatype instead of the "Long"? I know the "Long" datatype cannot support all digits (123000234123).
Its range is 2,147,483,648 to 2,147,483,647.
Does anybody know how to solve?
I have a question.
dim num as Long
num = 123000234123
the message is giving out "Overflow".
Do we have another datatype instead of the "Long"? I know the "Long" datatype cannot support all digits (123000234123).
Its range is 2,147,483,648 to 2,147,483,647.
Does anybody know how to solve?