From: "John" Newsgroups: comp.os.msdos.djgpp Subject: Beginer file i/o help Lines: 8 X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 5.00.2919.6600 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2919.6600 Message-ID: Date: Fri, 24 Mar 2000 19:37:46 GMT NNTP-Posting-Host: 24.95.139.17 X-Complaints-To: abuse AT stny DOT rr DOT com X-Trace: typhoon.nyroc.rr.com 953926666 24.95.139.17 (Fri, 24 Mar 2000 14:37:46 EST) NNTP-Posting-Date: Fri, 24 Mar 2000 14:37:46 EST Organization: Time Warner Road Runner - Binghamton NY To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com How would I be able to read and write to the same file so that when a certain number or character is found it would write out another number to the next line pushing everything down 1 line farther? so that in something like a database I would be able to jump to a certain point in the file and add more data to it. Thanks