[Gambas-user] How to make an array

T Lee Davidson t.lee.davidson at gmail.com
Tue May 5 16:21:12 CEST 2020


On 5/5/20 8:39 AM, Dag Jarle Nerland Johansen - Gambas wrote:
> Hi,
> I got unsure how to create a dynamic two-dimensional array.
> I need to read in a CSV for processing addresses.
> That means a variable length of the array, but the field numbers are always the same.
> forename, surename, mail ...
> Can anyone help,
> thanks,
> (I know I should know this by now but I only program now and then with long pauses in between)
> Dag

Perhaps an array of Collection (Collection[]) would be better suited.


-- 
Lee


More information about the User mailing list