I don't know if this is a possibility or not. But I'd like to overwrite a record in a datalog file. I'm reading out all records from the file, using a Replace Array Subset, and then writing all records back to the file. Writing to the file always appends to the end, though. Any way that I can write from a different location in the file, like the beginning? Do I have to create a new file, because I'd rather not go through that hoop.
What's the best way to handle this?
Thanks.