Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
RELEASE A SPECIFIC PUBLIC VARIABLE
Message
De
19/03/2001 22:55:15
 
 
À
19/03/2001 21:56:35
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00486726
Message ID:
00486740
Vues:
8
>HOW CAN I JUST RELEASE A SPECIFIC PUBLIC VARIABLE INSTEAD OF RELEASE ALL OF THEM

Just add the variable name after the RELEASE. For instance, if you have a public variable named "glTesting" and another named "glStarted", you can get rid of glTesting with
RELEASE glTesting
and you can get rid of them both without affecting other variables with
RELEASE ALL LIKE gl*
David Stevenson, MCSD, 2-time VFP MVP / St. Petersburg, FL USA / david@topstrategies.com
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform