i loop a txt file with the tipcal free file do while eof ecc...
during the loop of txt with a Left postion i get a value and store in a Myvar, for example Myvar="1234A"
example of txt file:
1234A 1 8 78 56
1234A 12 45 11 5
1234B 8 1 1 2
Ecc...
on the same line a get the Mid value of 1, 8, 78 and 56
similar
T1=1
T2=8
T3=78
T4=56
now i need to summ and assign the to single key correspondent value
to the end of txt i I would like to have stored in collection, array or dictionry items or other ...:
1234A 13 53 89 61
1234B 8 1 1 2
during the loop of txt with a Left postion i get a value and store in a Myvar, for example Myvar="1234A"
example of txt file:
1234A 1 8 78 56
1234A 12 45 11 5
1234B 8 1 1 2
Ecc...
on the same line a get the Mid value of 1, 8, 78 and 56
similar
T1=1
T2=8
T3=78
T4=56
now i need to summ and assign the to single key correspondent value
to the end of txt i I would like to have stored in collection, array or dictionry items or other ...:
1234A 13 53 89 61
1234B 8 1 1 2