Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
When an integer is not big enough
Message
De
07/07/2010 09:30:12
Mike Cole
Yellow Lab Technologies
Stanley, Iowa, États-Unis
 
 
À
07/07/2010 02:01:38
Information générale
Forum:
ASP.NET
Catégorie:
Code, syntaxe and commandes
Versions des environnements
Environment:
VB 9.0
OS:
Windows XP SP2
Network:
Windows 2003 Server
Database:
MS SQL Server
Application:
Web
Divers
Thread ID:
01471643
Message ID:
01471672
Vues:
51
>>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/
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform