Hi guys.I need to copy data from one text file to another.This is how data in file looks like:
1 2 3 4
2 -3 8 5 0
3 5 1
2 -2 3 1 7 6
5 -3 15 0 1
I succesfully managed to copy those numbers but with one mistake.The last number is written twice.No matter what I am doing,I cant repair it.I would be really thankfull if you could help me to solve this.My output file looks like this:
Sorry,I forgot to mention this,but I need to do some operations with those numbers afterwards ,that is why I copy only one character each time,not the whole string...anyway thanks for trying.