<div dir="ltr"><div dir="ltr"><br></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">Il giorno lun 24 ago 2020 alle ore 15:31 Fabien Bodard <<a href="mailto:gambas.fr@gmail.com">gambas.fr@gmail.com</a>> ha scritto:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">Also you have this thing interesting :<br>
<br>
Public MyValue as String Use $MyValue<br>
<br>
<br>
That replace your stuff<br>
<br>
Public MyValue as String<br>
Private $MyValue<br>
<br>
Public Sub MyValue_Read()<br>
Return $MyValue<br>
End<br>
<br>
Public Sub MyValue_Write(Value as String)<br>
Ă‚ $MyValue = Value<br>
End<br>
<br>
the same in One only Line, But in the case of a bidimentionnal array<br>
I'm not sur it is so mandatory.<br></blockquote><div><br></div><div>Hi Fabien,</div><div><br></div><div> Sorry I can't find the code you are referring to, apart from the fact that I was clearly kidding because it is impossible that I can write nicer code, I was referring to the CUsers class of the program attached by me.</div><div><br></div><div>Regards</div><div>Gianluigi<br></div></div></div>