Please support our Pascal and Delphi advertiser: Programming Forums
•
•
Join Date: Apr 2005
Posts: 10
Reputation:
Rep Power: 4
Solved Threads: 0
Can anyone tell me the format for reading information into a program and if I want to save information out of the prgram into a txt file.
I understand it to be
Assign (file name, path)
reset (filename)
close (file name)
and to write information out
assign (filename, path);
rewrite(filename, with all the information)
close (filename)
Which brings up another question: Is it possible to read the txt file line by line and then save it out to another txt file line by line or must it be done as a entir file?
I understand it to be
Assign (file name, path)
reset (filename)
close (file name)
and to write information out
assign (filename, path);
rewrite(filename, with all the information)
close (filename)
Which brings up another question: Is it possible to read the txt file line by line and then save it out to another txt file line by line or must it be done as a entir file?
Similar Threads
Other Threads in the Pascal and Delphi Forum
- TXT Plays like a Music File? (JavaScript / DHTML / AJAX)
- vb6/common dialog/access db (Visual Basic 4 / 5 / 6)
- iserror.txt popping up in random spots (Viruses, Spyware and other Nasties)
- creating Contact form to email and txt file (PHP)
- Need some help plz; ima newb (not sure how to catagorize this particular prob) (C++)
- This could be an easy fix for bridge.dll? (Viruses, Spyware and other Nasties)
- How to find files to transfer to jump drive (Windows 9x / Me)
Other Threads in the Pascal and Delphi Forum
- Previous Thread: Delphi Help
- Next Thread: Screen Commands in Pascal
•
•
•
•
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)






Threaded Mode