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
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
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
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
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