|
-
Nov 11th, 2001, 03:11 PM
#7
Dazed Member
Trust me, the number I gave you will not fit into an int in Java (int's range from -2147483648 to 2147483647 and occupies 4 bytes). A long variable holds values from -9223372036854775808 to 9223372036854775807 and occupies 8 bytes. This is for Java, NOT VB.
I never said that it would. So im not sure where you got that from.
Obviously this is for Java and not Visual Basic. I was just saying for comparison purposes.
Last edited by Dilenger4; Nov 11th, 2001 at 09:08 PM.
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
|