Hi!
I have an ASCII file with the following data
....
C33
C34
C35 HE94-140 CDP 205 == SP 1001
C36 HE94-140 CDP 405 == SP 1101
C37
C38
C39
C40 CDPS 1 TO 9944 SPS 1001 TO 5873
...
the same with different values many times
What I want to extract is
HE94-140 1001 205 1 9944 (from C35 and C40)
HE94-140 1101 405 1 9944 (from C36 and C40)
What is the best thing to do?
Thanks for your help
I have an ASCII file with the following data
....
C33
C34
C35 HE94-140 CDP 205 == SP 1001
C36 HE94-140 CDP 405 == SP 1101
C37
C38
C39
C40 CDPS 1 TO 9944 SPS 1001 TO 5873
...
the same with different values many times
What I want to extract is
HE94-140 1001 205 1 9944 (from C35 and C40)
HE94-140 1101 405 1 9944 (from C36 and C40)
What is the best thing to do?
Thanks for your help