Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Cycle properties
Message
 
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Programmation Orientée Object
Divers
Thread ID:
00571121
Message ID:
00571125
Vues:
20
This message has been marked as the solution to the initial question of the thread.
>Hi
>
>I have a custom object, with several properties.
>How can I cicle trough this properties, like a for each, I don't know the properties names.
>
>TIA

Take a look at AMEMBERS() function
DIMENSION laList[1]
AMEMBERS(laList, oMyobject)
FOR i=1 TO ALEN(laList)
....
ENDFOR
--sb--
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform