A
Andrew
Hi,
I have a flat file with fixed length data all in continuous form with
two records shown below
01500 345202600 4939
output required in readable format with two records:
Record 1: 01500 3452
Record 2: 02600 4939
Im puzzled with ReadLine() function in VB.NET in splitting above line
into two records and then processing each one in turn.
I would appreciate any help in this matter.
Andrew
I have a flat file with fixed length data all in continuous form with
two records shown below
01500 345202600 4939
output required in readable format with two records:
Record 1: 01500 3452
Record 2: 02600 4939
Im puzzled with ReadLine() function in VB.NET in splitting above line
into two records and then processing each one in turn.
I would appreciate any help in this matter.
Andrew