dirtyholmes
Programmer
Hi Guys,
Can anyone advise. I have a text file that is basically made up of information similar to below. I want to parse through the file, and store the information in some sort of array by column. i.e I want a storage array that will hold 002425321,11242531,54243351,
and similarly in another array I want to store HOLLAND,GERMANY,CHINA etc.
Can anyone advise how I would do this.
00242531 HOLLAND 4572357225
11242531 FRANCE 6454353535
54243351 CHINA 7676689998
9842665 DENMARK 8985543327
54242313 HUNGARY 4678777979
44446663 GERMANY 3546456557
Regards
DHolmes
Can anyone advise. I have a text file that is basically made up of information similar to below. I want to parse through the file, and store the information in some sort of array by column. i.e I want a storage array that will hold 002425321,11242531,54243351,
and similarly in another array I want to store HOLLAND,GERMANY,CHINA etc.
Can anyone advise how I would do this.
00242531 HOLLAND 4572357225
11242531 FRANCE 6454353535
54243351 CHINA 7676689998
9842665 DENMARK 8985543327
54242313 HUNGARY 4678777979
44446663 GERMANY 3546456557
Regards
DHolmes