Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Getting a variable value?
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00303675
Message ID:
00304190
Vues:
21
>You could store the value of the variable in a cursor/array/table temporarily if you want to avoid the use of public variables - but havinbg it as a public variable is your best bet.

Martin,

PUBLIC variables are never a best bet, they are a patch to cover poor design.

To debug teh code set a break point on the click event you are interested in and then use the debugger, you will be able to see all of the local variables in that method then.
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform