Re: [Gambas-user] An other problem with object oriented approach.

2008-12-13 Thread Benoit Minisini
On samedi 13 décembre 2008, Jussi Lahtinen wrote: > Ok, thanks! > Those items have unique long type id number. > Maybe I'm wrong but to me string keys sounds slow. > Perhaps binary mode is quicker ( > http://gambasdoc.org/help/comp/gb/collection/_new?show ). > But I think this is the right way to g

Re: [Gambas-user] An other problem with object oriented approach.

2008-12-13 Thread Jussi Lahtinen
Ok, thanks! Those items have unique long type id number. Maybe I'm wrong but to me string keys sounds slow. Perhaps binary mode is quicker ( http://gambasdoc.org/help/comp/gb/collection/_new?show ). But I think this is the right way to go! I didn't find this from documentation, so do anyone know w

Re: [Gambas-user] An other problem with object oriented approach.

2008-12-13 Thread Fabien Bodard
yes you soluce is collection 2008/12/13 Werner : > Jussi Lahtinen wrote: >> Hi! >> >> I'm converting Vb6 project to Gambas. >> And because Gambas doesn't have UDT/structures, I have to rethink some >> of the code (not necessary bad thing). >> I'm converting some parts of the code to object orien

Re: [Gambas-user] An other problem with object oriented approach.

2008-12-13 Thread Werner
Jussi Lahtinen wrote: > Hi! > > I'm converting Vb6 project to Gambas. > And because Gambas doesn't have UDT/structures, I have to rethink some > of the code (not necessary bad thing). > I'm converting some parts of the code to object oriented way. > But I run into some problems with it. > I have mo

[Gambas-user] An other problem with object oriented approach.

2008-12-13 Thread Jussi Lahtinen
Hi! I'm converting Vb6 project to Gambas. And because Gambas doesn't have UDT/structures, I have to rethink some of the code (not necessary bad thing). I'm converting some parts of the code to object oriented way. But I run into some problems with it. I have module which contains mainly global arr