Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Why isn't this syntax available?
Message
De
03/03/1999 12:31:05
Walter Meester
HoogkarspelPays-Bas
 
 
À
03/03/1999 11:31:28
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00193632
Message ID:
00193669
Vues:
16
Ken,

>Anyone know why we don't have a "local all like l*" syntax available in VFP? Sure would come in handy, at least to me.

Unlike private and like public, local creates variables and initialize them to .F.
Private only hides variables but doesn't create them.
LOCAL ALL LIKE l* wouldn't make any sense because VFP doesn't know which variables to create.

Regards, Walter
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform