« Return to Thread: 2 dimensional string[]

Re: 2 dimensional string[]

by Benoît Minisini :: Rate this Message:

Reply to Author | View in Thread

> Hi,
>
>
> Can anyone help me?
> I would like use 2 dimensional string but i cant do it.
> String[x][y]
>
> If possible please send a sample.
>
> Thanks, Sevoir
>

Dim Donuts As String[2, 8]

Print Donuts[1, 2]

--
Benoît

------------------------------------------------------------------------------
_______________________________________________
Gambas-user mailing list
Gambas-user@...
https://lists.sourceforge.net/lists/listinfo/gambas-user

 « Return to Thread: 2 dimensional string[]