Work with data from a txt file
Posted: Wed Jun 11, 2014 8:15 am
I need to save into a scalar object the result of 52.32/10.01
I tried with
read(t=dat) input.txt 2
but that creates two series objects named as the data got from the file :s
The format of the input file is like the one attached. That is the only thing I need to do with the file.
Once used (saving the result in the scalar object) I need to delete the file. Is that also possible?
Thanks in advance
I tried with
read(t=dat) input.txt 2
but that creates two series objects named as the data got from the file :s
The format of the input file is like the one attached. That is the only thing I need to do with the file.
Once used (saving the result in the scalar object) I need to delete the file. Is that also possible?
Thanks in advance