I'm trying to get an array to display in a data grid form in vb.net
The array has been imported from a csv, such that every array item is [date,time,flag] but I can split or join as needed to change the format of the array.
I want date, time, and flag to be seperate columns and each array item to be a new row.
I don't know where to start with this problem. I have looked through the msdn website and done some googling to no avail. If someone can point me to some better resources than I've been finding, it would be much appreciated.
Cheers
The array has been imported from a csv, such that every array item is [date,time,flag] but I can split or join as needed to change the format of the array.
I want date, time, and flag to be seperate columns and each array item to be a new row.
I don't know where to start with this problem. I have looked through the msdn website and done some googling to no avail. If someone can point me to some better resources than I've been finding, it would be much appreciated.
Cheers
Comment