Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How to make a copy of scattered name object
Message
 
To
13/08/2002 08:09:02
Cetin Basoz
Engineerica Inc.
Izmir, Turkey
General information
Forum:
Visual FoxPro
Category:
Object Oriented Programming
Miscellaneous
Thread ID:
00689032
Message ID:
00689161
Views:
33
Hello Cetin,

Thats just what I need, thanks! You saved me a lot of re-writing.

I don't like using macro substitution, so I've changed the final assign from:

loCopy.&arrMembers[ix] = toObject.&arrMembers[ix]

to:

store evaluate("toObject." + arrMembers[ix]) to ("loCopy." + arrMembers[ix])

I hope you don't mind?

Justin.
Justin

No I ain't doin' much, Doin' nothing means a lot to me...
(Bon Scott)
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform