Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Executing multiple lines of code in the command window
Message
 
À
04/11/2004 08:15:43
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Divers
Thread ID:
00958033
Message ID:
00958079
Vues:
17
Hi Jim,

You could precede your declarations with a PUBLIC statement and then highlight and press enter or right click and select execute selection...

public lcstatute1, lcstatute2, lcstatute3, lcstatute4, lnsub
m.lcStatute1 = ''
m.lcStatute2 = ''
m.lcStatute3 = ''
m.lcStatute4 = ''
m.lnSub = 1

...from there you can ? m.lcStatute1, etc since the variables will exist.

Just remember to clear memo or release these specific variables when you are done.
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform