[Gambas-user] Array.Add question

Benoît Minisini gambas at ...1...
Wed Jul 15 16:21:56 CEST 2015


Le 15/07/2015 16:07, Rolf-Werner Eilert a écrit :
>
> Uuh interesting - thanks for the links!
>
> I just wasn't sure about this, maybe mentioning it in the help chapter
> for DIM would make it clear.
>
> What I've done so far to overcome this: When I have string arrays, I put
> in data with tabbed fields and unpack them line for line with Split.
> It's a bit roundabout, but highly flexible and rather fast.
>
> Regards
> Rolf
>

Maybe you could use String[X][Y] instead of String[X,Y], i.e. a array of 
string arrays.

Regards,

-- 
Benoît Minisini




More information about the User mailing list