Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Object Properties in an Array
Message
De
18/01/1999 18:12:08
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00177391
Message ID:
00177396
Vues:
31
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
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform