Search found 1 match
- Thu Apr 27, 2006 8:27 pm
- Forum: QBASIC and QB64 Questions & Answers
- Topic: Help with making a log file!!
- Replies: 6
- Views: 8168
Help with making a log file!!
I am making a progam that in it i ask the user for the date and an explanation. I want to add that info the end of a file each time it is entered(Like a log file.). The only problem is that i want to go to the end of the file each time i need to enter the data. I think i need to use the function EOF...