Question: File Append at end of file

infonoteinfonote Member Posts: 233
Hi,

How can I find the end of a file and append data at the end.
I am currently using the write statement. It works, but it is overriding the last entry as I need to open and close the file after each record.

Is there a command that seeks the end of the file or an Append function?

Thanks in advance.
Sign In or Register to comment.