Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
New VB Features
Message
De
09/10/2000 23:04:06
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Titre:
Divers
Thread ID:
00425458
Message ID:
00427142
Vues:
21
>>Among the list of new 'features' in Visual Basic.NET:
>>
>>- Default properties are no longer supported
>>
>>- Tests using AND and OR can now be short-circuited
>> (only the first condition will be tested if that's all that's necessary)
>>
>>- Functions use the RETURN clause instead of the function name
>>
>>- The Set keyword is no longer necessary for object assignments:
>>Set o = CREATEOBJECT("Whatever.Whatever")
>>is now
>>o = CREATEOBJECT("Whatever.Whatever")
>>
>>- Inheritance
>>
>>- Variables are passed ByVal by default
>>
>>
>>Anyone else see the pattern?
>Could you post the source(s) where you get this list? Sound very interesting.

I sort of compiled them from multiple sources- mostly the VFP website msdn.microsoft.com/vbasic and MSDN magazine.
Erik Moore
Clientelligence
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform