Re: [Gambas-user] gb3: 2D array of 1D Integer arrays

2011-08-08 Thread Kevin Fishburne
On 08/08/2011 04:29 PM, Benoît Minisini wrote: >> On 08/08/2011 04:10 PM, Benoît Minisini wrote: I asked this before and didn't get a response. Maybe I gave too much background information and made the problem appear more complex than it is. I need to create a 2D array of 1

Re: [Gambas-user] gb3: 2D array of 1D Integer arrays

2011-08-08 Thread Benoît Minisini
> On 08/08/2011 04:10 PM, Benoît Minisini wrote: > >> I asked this before and didn't get a response. Maybe I gave too much > >> background information and made the problem appear more complex than it > >> is. > >> > >> I need to create a 2D array of 1D Integer arrays. > > > > You should write it

Re: [Gambas-user] gb3: 2D array of 1D Integer arrays

2011-08-08 Thread Kevin Fishburne
On 08/08/2011 04:10 PM, Benoît Minisini wrote: >> I asked this before and didn't get a response. Maybe I gave too much >> background information and made the problem appear more complex than it is. >> >> I need to create a 2D array of 1D Integer arrays. > > You should write it that way: > > "a 2D a

Re: [Gambas-user] gb3: 2D array of 1D Integer arrays

2011-08-08 Thread Benoît Minisini
> I asked this before and didn't get a response. Maybe I gave too much > background information and made the problem appear more complex than it is. > > I need to create a 2D array of 1D Integer arrays. You should write it that way: "a 2D array of 1D array of integers". Then you write it in Ga

[Gambas-user] gb3: 2D array of 1D Integer arrays

2011-08-08 Thread Kevin Fishburne
I asked this before and didn't get a response. Maybe I gave too much background information and made the problem appear more complex than it is. I need to create a 2D array of 1D Integer arrays. I've tried everything I can think of and nothing works. The initial declaration needs to be public a