Hi,
Iam a real newbee on VB.net. Have ued VB back in the days on version 3 and 4...
Now I plan to do a little program that helps me get data from a txt file and then in to varibles...
The text file look like this and contain many records, stores 3 fields, Temperature, date and time..
5.2;2011-10-11 09:59:51
5.3;2011-10-11 10:00:30
5.3;2011-10-11 10:00:30
5.4;2011-10-11 10:01:09
5.4;2011-10-11 10:01:48
5.4;2011-10-11 10:02:27
5.4;2011-10-11 10:03:06
Goal is to read this in to a array with 3 varibles.
How could this be done?
The fields in the text file are not sepatated same.. ; and space?
Thanks in advance
/Stefan
Iam a real newbee on VB.net. Have ued VB back in the days on version 3 and 4...
Now I plan to do a little program that helps me get data from a txt file and then in to varibles...
The text file look like this and contain many records, stores 3 fields, Temperature, date and time..
5.2;2011-10-11 09:59:51
5.3;2011-10-11 10:00:30
5.3;2011-10-11 10:00:30
5.4;2011-10-11 10:01:09
5.4;2011-10-11 10:01:48
5.4;2011-10-11 10:02:27
5.4;2011-10-11 10:03:06
Goal is to read this in to a array with 3 varibles.
How could this be done?
The fields in the text file are not sepatated same.. ; and space?
Thanks in advance
/Stefan
Comment