Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
I want merging Empty.Properties into another object.
Message
De
22/12/2003 13:05:32
 
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Divers
Thread ID:
00861336
Message ID:
00861348
Vues:
16
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
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform