Re: [Gambas-user] How to create Multi-Dimensional string array

2008-09-21 Thread MaxVK
Benoit Minisini wrote: > > On dimanche 21 septembre 2008, Kari Laine wrote: >> On Sun, Sep 21, 2008 at 8:16 PM, MaxVK <[EMAIL PROTECTED]> wrote: >> > I am trying to create a multi dimensional array of string, the size of >> > which >> > is not known at design time. >> > >> > Iv spent some time

Re: [Gambas-user] How to create Multi-Dimensional string array

2008-09-21 Thread MaxVK
Kari Laine-2 wrote: > > On Sun, Sep 21, 2008 at 8:16 PM, MaxVK <[EMAIL PROTECTED]> wrote: > >> >> I am trying to create a multi dimensional array of string, the size of >> which >> is not known at design time. >> >> Iv spent some time today playing with this, but I cant seem to get it to >> wo

Re: [Gambas-user] How to create Multi-Dimensional string array

2008-09-21 Thread Benoit Minisini
On dimanche 21 septembre 2008, Kari Laine wrote: > On Sun, Sep 21, 2008 at 8:16 PM, MaxVK <[EMAIL PROTECTED]> wrote: > > I am trying to create a multi dimensional array of string, the size of > > which > > is not known at design time. > > > > Iv spent some time today playing with this, but I cant s

Re: [Gambas-user] How to create Multi-Dimensional string array

2008-09-21 Thread Kari Laine
On Sun, Sep 21, 2008 at 8:16 PM, MaxVK <[EMAIL PROTECTED]> wrote: > > I am trying to create a multi dimensional array of string, the size of > which > is not known at design time. > > Iv spent some time today playing with this, but I cant seem to get it to > work at all. I did think that something

[Gambas-user] How to create Multi-Dimensional string array

2008-09-21 Thread MaxVK
I am trying to create a multi dimensional array of string, the size of which is not known at design time. Iv spent some time today playing with this, but I cant seem to get it to work at all. I did think that something like: DIM tArray AS String["","",""] would work, but its not right, and I cant