Hello,
i want to write a program which reads a text-file and print
some parts of it on screen. for example the file contains:
@@20:STARTUMS:then-follows-the-string-which-could-have-numbers-
[email protected]@AMOUNT:000345,89
@@20:STARTUMS:69095C89F90GOODMORNING90REF-NR.:[email protected]@AMOUNT:
000234,89
So i want on the screen(monitor) only the next 10 digits
after STARTUMS an the next 9 or 10 digits after AMOUNT.
STARTUMS and AMOUNT can be more than once in the file.
------------------
i want to write a program which reads a text-file and print
some parts of it on screen. for example the file contains:
@@20:STARTUMS:then-follows-the-string-which-could-have-numbers-
[email protected]@AMOUNT:000345,89
@@20:STARTUMS:69095C89F90GOODMORNING90REF-NR.:[email protected]@AMOUNT:
000234,89
So i want on the screen(monitor) only the next 10 digits
after STARTUMS an the next 9 or 10 digits after AMOUNT.
STARTUMS and AMOUNT can be more than once in the file.
------------------
Comment