<div dir="ltr"><div>No, that is the easy part. I mean the _write. How to deal with .remove, .add, etc?</div><div><br></div><div><br></div><div>Jussi<br></div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Sun, Nov 24, 2019 at 12:53 PM Tobias Boege <<a href="mailto:taboege@gmail.com">taboege@gmail.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">On Sun, 24 Nov 2019, Jussi Lahtinen wrote:<br>
> Or alternatively how to keep in check if public collection is used with<br>
> .Remove() ?<br>
> <br>
<br>
You mean<br>
<br>
  Property Coll As Collection Use $cColl<br>
<br>
  Private Sub Coll_Read() As Collection<br>
    Return $cColl.Copy()<br>
  End<br>
<br>
?<br>
<br>
Regards,<br>
Tobi<br>
<br>
-- <br>
"There's an old saying: Don't change anything... ever!" -- Mr. Monk<br>
<br>
----[ Gambas mailing-list is hosted by <a href="https://www.hostsharing.net" rel="noreferrer" target="_blank">https://www.hostsharing.net</a> ]----<br>
</blockquote></div>