Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
For Each question
Message
From
13/01/2004 13:56:20
 
 
To
13/01/2004 13:39:45
Jerry Tovar
Dana Corporation Dana It
Maumee, Ohio, United States
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00866437
Message ID:
00866446
Views:
27
This message has been marked as the solution to the initial question of the thread.
Use AMEMBERS()
O= CREATEOBJECT([myclass])
   WITH m.o.mytableproperty
     FOR iProp=1 to AMEMBERS(aProperties,.mytableproperty)
       ? EVAL("."+aProperties[m.iProp])
     ENDFOR
   ENDWITH
Fabio
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform