Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
I want merging Empty.Properties into another object.
Message
From
22/12/2003 13:05:32
 
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00861336
Message ID:
00861348
Views:
17
Thanks Sergey,

I think this too, but AMEMBER() and a EVALUATE() cycle is not efficient.

I put a ( useless ) wish.
x=CREATEOBJECT("empty")
=ADDPROPERTY(m.x,"p1",77)
=ADDPROPERTY(m.x,"p2",'778')
y=CREATEOBJECT("empty")
FOR k=1 TO AMEMBERS(aProperties,m.x)
  =ADDPROPERTY(m.y,aProperties[m.k],EVALUATE("m.x."+aProperties[m.k]))
NEXT
Fabio
Previous
Reply
Map
View

Click here to load this message in the networking platform