hello.
how to do this ?
input textfile looks like this
1.000000
0.000000
0.000000
-1.000000
20000.000000
10000.000000
output what i want look like this
1.000000
0.000000
0.000000
-1.000000
20000.000000
910000.000000
i just want to add one number at the last line in this examle is 9, then save this file and that all.
how to do this ?
input textfile looks like this
1.000000
0.000000
0.000000
-1.000000
20000.000000
10000.000000
output what i want look like this
1.000000
0.000000
0.000000
-1.000000
20000.000000
910000.000000
i just want to add one number at the last line in this examle is 9, then save this file and that all.