Hi all.

Is there a way to open a File for both input and output at the same time without opening it for Random access? I don't want to use Random access because the length of the lines of data are not consistent.

Thanks.