Re: [Gambas-user] Something that's been bugging me for a while

2010-02-23 Thread BenoƮt Minisini
> Nothing important, but I've always wonder why collections eg the data, then > the key, but lists get the key then the data? After all, they are both > collections. > > (here I was just reading in a file line by line to a collection and a > listview. > > SampleData.Add(sLineInput, icounter) >

[Gambas-user] Something that's been bugging me for a while

2010-02-22 Thread richard terry
Nothing important, but I've always wonder why collections eg the data, then the key, but lists get the key then the data? After all, they are both collections. (here I was just reading in a file line by line to a collection and a listview. SampleData.Add(sLineInput, icounter) lvSampleDa