Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Listing Memory Contents of Custom Class Properties
Message
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00873101
Message ID:
00873118
Views:
23
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
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform