Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Add Properties to Scatter Name Object?
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Programmation Orientée Object
Divers
Thread ID:
00516849
Message ID:
00516933
Vues:
22
HI,

There is a library addprop5.fll that will do the trick (downloadable at http://www.luara.com/COMMON10/LIBS/)

set library to addprop5
scatter name oMigrate
addprop(oMigrate, 'cExtraVar', 'hello')

PR

>I just did "scatter name oMigrate" and then tried to add my own property to it by "oMigrate.cExtraVar = 'hello'" and it didn't work.
>
>How do I add a property to this kind of object?
>
>TIA.
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform