JackTheRussel
Programmer
Hi.
I have text-file where I have some data.
Every time when I run program the text-file will be update.
(x and y-ranges get new values)
So what would be the best solution how to do this ?
Is there some module which would do this or do I have to
go through the file and search line where readsx-range and write new information on the old information?
If so. Could you tell me how to do this ?
I have text-file where I have some data.
Code:
TEXT.TXT
something 3234324
x-range ["95.45.02":"17:85:66"}
y-range [1500:4500]
something 32323223
Every time when I run program the text-file will be update.
(x and y-ranges get new values)
Code:
x-range ["01.04.08":"77:02:03"}
y-range [17800:544500]
something 32323223
So what would be the best solution how to do this ?
Is there some module which would do this or do I have to
go through the file and search line where readsx-range and write new information on the old information?
If so. Could you tell me how to do this ?