Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
'm.'-prefix. How? What? Why?
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Titre:
'm.'-prefix. How? What? Why?
Divers
Thread ID:
00713445
Message ID:
00713445
Vues:
46
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
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform