Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
For Each question
Message
From
13/01/2004 14:55:30
Jerry Tovar
Dana Corporation Dana It
Maumee, Ohio, United States
 
 
To
13/01/2004 13:56:20
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00866437
Message ID:
00866471
Views:
18
Thanks, that works!

Jerry


>Use AMEMBERS()
>
>
>O= CREATEOBJECT([myclass])
>   WITH m.o.mytableproperty
>     FOR iProp=1 to AMEMBERS(aProperties,.mytableproperty)
>       ? EVAL("."+aProperties[m.iProp])
>     ENDFOR
>   ENDWITH
>
>
>
>Fabio
Previous
Reply
Map
View

Click here to load this message in the networking platform