<div dir="ltr"><div dir="ltr"><br></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">Il giorno mer 26 ago 2020 alle ore 14:36 Gianluigi <<a href="mailto:bagonergi@gmail.com">bagonergi@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"><div dir="ltr"><br><div class="gmail_quote"><div>I am attaching something similar to what Fabien has suggested, perhaps ...</div></div></div></blockquote><div><br></div><div>Hi JoHn,<br><br>it is not easy for me to explain classes and objects (assuming I understand them) in a language other than mine.<br>In the last example I left Private $hGlobalObject As New Object[] and Dim hObj As Object because when I wrote it, it had helped me in understanding, in fact a class transforms into an object at the moment of its instantiation (object = new class).<br>Rereading the code it seems to me that this can be confusing, Dim hObj As Object in Sub Main, should be written as Dim hSeries As CSeries and Private $hGlobalObject As New Object[] should be written Private $aSeries As New CSeries[]<br><br>Hope it helps<br>Gianluigi <br></div></div></div>