Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Cascading Assign bug
Message
De
24/10/2001 15:49:16
Charles Richard
Nvo Management Systems
Boisbriand, Québec, Canada
 
 
À
23/10/2001 14:57:52
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Divers
Thread ID:
00572229
Message ID:
00572863
Vues:
24
Glenn: If I understood the exercise, you need to reference the x property of lxobj. As it is the code destroys the object.

Original:
...
	lxobj = lxobj.x + (2 * this.x)
...
New:
...
	lxobj.x = lxobj.x + (2 * this.x)  && reference the x property
...
HTH
Charles Richard
NVO Management Systems
crichard@nvo.ca
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform