Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Object Properties in an Array
Message
From
18/01/1999 18:12:08
 
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00177391
Message ID:
00177396
Views:
32
Thom,

You can use the aMembers() function.

You can look it up in the help file.

Basically, what you want to do is something like this:

x=aMembers(myArray,myObject)

By looping through the array you will get all the properties of the
object myObject.

Then you can do whatever you want with these.

Hope this helps.

:)

Pascal
Previous
Reply
Map
View

Click here to load this message in the networking platform