Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
'm.'-prefix. How? What? Why?
Message
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
'm.'-prefix. How? What? Why?
Miscellaneous
Thread ID:
00713445
Message ID:
00713445
Views:
45
Hi,

When using the scatter command on a table, an object variable is created (m) with the column names as properties. (ie, m.id)

But, when declaring a variabel with
LOCAL a
it can also be accessed with m.a.
Same with creating objects.

LOCAL o
o = CREATEOBJECT( "CUSTOM" )

m.o.DESTROY()

What's up with the m.? Why is it there? (Why) should I use it?

Thanks in advance,

Erik Dokter
Next
Reply
Map
View

Click here to load this message in the networking platform