Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Object Properties in an Array
Message
De
18/01/1999 18:20:31
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00177391
Message ID:
00177402
Vues:
34
Thom,

Now that understands better what you need, you could do something like this:

private x

nLenght=aMembers(aMyArray,oMyObject)

for x=1 to nLenght
if substr(aMyArray(x),1,3)='ABC' && Substitute this of course
txtProperty=aMyArray(x)
txtValue=oMyObject..&txtProperty
(...) && Add it to your listbox,etc
endif
endfor

I havent tested this code, but it should work more or less.

:)

Pascal
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform