<div dir="ltr"><div>Example if you have class named Test that inherits Point, then if you want to access x and y in some method of the Test you need to use Me.X and Me.Y.</div><div>So, example Test class could have code like this:</div><div><br></div><div>Sub DoSomethingUseless()</div><div><br></div><div>  Me.X = 1</div><div>  Me.Y = 2<br></div><div><br></div><div> ' These do not work: <br></div><div> ' X = 1  <br></div><div> ' Y = 2<br></div><div><br></div><div>End<br></div><div><br></div><div><br></div><div>Jussi<br></div><div class="gmail_extra"><br><div class="gmail_quote">On Wed, Jun 13, 2018 at 8:49 PM, PICCORO McKAY Lenz <span dir="ltr"><<a href="mailto:mckaygerhard@gmail.com" target="_blank">mckaygerhard@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><div><div>> You must use the <a href="http://gambaswiki.org/wiki/lang/me" target="_blank">ME</a> keyword to access the inherited elements from the class inside.<br><br></div>at the last of the sentece said "inside".. umm that sound little confusing!?!<br><br></div>can someone explain me better , i think the lwaguaje are a break here!<br><div><div><br><div><div class="m_5003810277612357094m_-7313251502459516602gmail_signature"><font color="#888888">Lenz McKAY Gerardo (PICCORO)</font><div><font color="#888888"><a href="http://qgqlochekone.blogspot.com" target="_blank">http://qgqlochekone.blogspot.c<wbr>om</a></font></div></div></div>
</div></div></div>
<br><br>
----[ Gambas mailing-list is hosted by <a href="https://www.hostsharing.net" rel="noreferrer" target="_blank">https://www.hostsharing.net</a> ]----<br>
<br></blockquote></div><br></div></div>