Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Add Properties to Scatter Name Object?
Message
General information
Forum:
Visual FoxPro
Category:
Object Oriented Programming
Miscellaneous
Thread ID:
00516849
Message ID:
00516933
Views:
21
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.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform