Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Object Properties in an Array
Message
From
18/01/1999 18:20:31
 
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00177391
Message ID:
00177402
Views:
35
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
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform