B
Bernard
hi there
How do I output to the same position in a Text file everytime? I want to
dump data for a given Date so I'd like to put it in the same row for that
Date everytime, and so overwrite the existing data in that row?
I'm using the following command:
Write #3, logfactor(dateline, 1), logfactor(dateline, 2),
logfactor(dateline, 3)
'where dateline is today's date in Excel date code e.g. 40010
I want to be able to overwrite the existing data for line 40010 in my text
file, and replace it with new data.
Hope that it clear!!!!
thank you
Bernard.
How do I output to the same position in a Text file everytime? I want to
dump data for a given Date so I'd like to put it in the same row for that
Date everytime, and so overwrite the existing data in that row?
I'm using the following command:
Write #3, logfactor(dateline, 1), logfactor(dateline, 2),
logfactor(dateline, 3)
'where dateline is today's date in Excel date code e.g. 40010
I want to be able to overwrite the existing data for line 40010 in my text
file, and replace it with new data.
Hope that it clear!!!!
thank you
Bernard.