Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Naming conventions for custom methods?
Message
De
18/11/2008 11:56:01
 
 
À
18/11/2008 11:51:31
Information générale
Forum:
Visual FoxPro
Catégorie:
Classes - VCX
Divers
Thread ID:
01362229
Message ID:
01362582
Vues:
37
Try to compile
var MyString;  // it won't
but this will
var MyString = "";
In other words, if the compiler cannot 'derive' the type, it won't compile

update: http://msdn.microsoft.com/en-us/library/bb384061.aspx



>
>var MyString;
>string MyOtherString;
>
>
>No difference.
>
>>If you use var, you have to initialize it - don't you ?
Gregory
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform