Really stupid question... RESOLVED, although still available due to popular demand
Right...
If I want to enter a line of text into a file called test.txt... how would I do it?
What would happen if there's already text in the file... i need it to add the line, and NOT overwrite the file completely.
So the user enters a line which says...
"Stupid question"
The test.txt file would read...
Stupid question
The next user enter's...
"Need an answer"
The test.txt would then read...
Stupid question
Need an answer
Any ideas please... my mind's gone totally dead this evening. Anyone want to sell their's ? :D
Regards,
Paul.