Re: [Gambas-user] Referencing a listbox in a list container...

2014-07-11 Thread Tobias Boege
On Fri, 11 Jul 2014, Tobias Boege wrote: > OK, now we get to the next level because what I told you above is actually > not the entire truth. There are some operations which are too "obscure" to > the interpreter - that's at least what my understanding is, I have to > citable resource here Read: I

Re: [Gambas-user] Referencing a listbox in a list container...

2014-07-11 Thread Tobias Boege
On Fri, 11 Jul 2014, Stephen wrote: >I am trying to clear the contents of all list boxes contained within > a list container by passing the list container to a SUB. Something like > this (I know this is not correct but it gets the idea across); > > SUB ClearLists(phListContainer AS ListConta