Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Confusion over NULL
Message
De
22/05/2007 09:25:56
 
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
01203230
Message ID:
01227606
Vues:
20
It's impossible in VFP to create a variable that doesn't have data type assigned to it. If data type is not specified the Logical data type is used as default.

Not so. If you explicitly declare a variable as LOCAL, this is true. But if you do not explivitly decalre the cariable as LOCAL, VFP scopes it a PRIVATE by default. A private variable is not assigned any data type by default.
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform