Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Listing Memory Contents of Custom Class Properties
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00873101
Message ID:
00873118
Vues:
22
Try the AMembers() function in the following manner,
FOR x=1 TO AMEMBERS(aPEM, oGv,1,'U')
	? aPEM[x,1],EVALUATE('ogv.'+aPEM[x,1])
NEXT
It will display only the user-defined properties of the GlobalVariables class.

Greg
Greg Reichert
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform