[Gambas-user] Dumb question of the year.

Rob Kudla sourceforge-raindog2 at ...94...
Fri Nov 11 23:05:19 CET 2005


On Fri November 11 2005 16:06, Scott Castaline wrote:
> Sorry to bother y'all with this, but as I'm going through the
> tutorials, I see a lot of "ME" in the code. What is this "ME"?
> Is it a variable that is hard coded into the interpreter?

No, it's an easy way to refer to the object in which the code is 
running (usually a form.)  See also "this" in Java or C++.

Rob




More information about the User mailing list