Logging Data to Files

  • Thread starter Thread starter Tim Smith
  • Start date Start date
T

Tim Smith

I have a project that requires logging of data to a file. The file is
supposed to hold records until it reaches a certain size, then start
shifting the oldest records out as the new data is being written to the
file.

Anyone know where to find sample code to accomplish this?


Thanks
 
Tim Smith said:
I have a project that requires logging of data to a file. The file is
supposed to hold records until it reaches a certain size, then start
shifting the oldest records out as the new data is being written to the
file.

Take a look at 'FileOpen', 'FileGet', 'FilePut', and 'FileClose' in the
documentation.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top