[Gambas-user] sort multidimensional arrays
Matti
math.eber at ...221...
Tue Oct 27 22:29:11 CET 2009
I think I begin to understand.
I'll try...
...may take some time...
Thanks
Matti
Jussi Lahtinen schrieb:
> Perhaps this way:
>
> Class1
> sName as String
> iNumber as Integer
>
>
> Dim oo as New Object[]
> Dim item as New Class1
>
> item.sName = "Max"
> item.iNumber = 14
>
> oo.Add(item)
>
>
> Jussi
>
>
> On Tue, Oct 27, 2009 at 00:52, Matti <math.eber at ...221...> wrote:
>> Benoît Minisini schrieb:
>>
>>> A workaround is using a Object[], and storing each line of your table inside
>>> by using a dedicated class, or another array.
>> Hmm. Sounds good, but I can't imagine how to store "each line of your table" into an Object[]
More information about the User
mailing list