|
-
August 5th, 2002, 03:18 AM
#1
Numbers that are larger then 2147483647 always get a # in my code
Hi,
When i type numbers that are larger then 2147483647(The long limit) ther always appears a # sign, why is that and how can i get this away. I would like to do this simple code:
msgbox cdec(2147483648)
but when i type this i get the following in my code if i change line:
MsgBox CDec(2147483648#)
Thanx
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|