Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Variable Definition Question
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00609830
Message ID:
00609873
Vues:
24
Also it is supposed to provide "early-binding" (that is you code should run faster because the objects are typed).
However this is not true in VFP7 because you are allowed to store anything in such variable, e.g. the following code will not produce an error (should):
LOCAL loProgressBar as COMCTL.ProgCtrl.1
loProgressBar = 123 &&This should not be alowed if it is 'real' strong-typing
Kind Regards
Zlatin Zlatev,
MCSD (VS6)

Make solutions, not programs!

Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform