Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
When an integer is not big enough
Message
From
07/07/2010 09:30:12
Mike Cole
Yellow Lab Technologies
Stanley, Iowa, United States
 
 
To
07/07/2010 02:01:38
General information
Forum:
ASP.NET
Category:
Coding, syntax and commands
Environment versions
Environment:
VB 9.0
OS:
Windows XP SP2
Network:
Windows 2003 Server
Database:
MS SQL Server
Application:
Web
Miscellaneous
Thread ID:
01471643
Message ID:
01471672
Views:
49
>>I wanted to update this answer as I seem to look at wrong column. I checked few more links
>>
>>http://visualbasic.about.com/od/usingvbnet/a/datatypes.htm
>>
>>So, can you do
>>
>>Dim Big as Int64
>
>It's funny that Int64 is not color syntaxed at design time.

I think you should be able to use long instead of Int64. It's the same type. Int64 is not color syntaxed because it's the actual type, while long is the alias. Same different with int/Int32, short/Int16, string/String, etc. This is all depending on your color scheme. I have a wacky one, so Int64 is blue (because it's a struct) and long is orange (alias). String is yellow (class).
Very fitting: http://xkcd.com/386/
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform