Path: utzoo!mnetor!uunet!lll-winken!lll-lcc!ames!umd5!brl-adm!adm!jc58+@andrew.cmu.EDU From: jc58+@andrew.cmu.EDU (Johnny J. Chin) Newsgroups: comp.lang.pascal Subject: Re: READING/WRITING TO TURBO FILES Message-ID: <12154@brl-adm.ARPA> Date: 6 Mar 88 14:25:39 GMT Sender: news@brl-adm.ARPA Lines: 20 John: If you maintain records in the data file, you could simply reset the file, seek to the position in the file do the read or the write you want. Be careful when you write. Make sure that you are on the proper record. I usually append records at the end (seek to the end and then do the write). I hope bit of information can lead you in the write direction. Happy computing ... -- John +--------------------------------------------------------------------------+ | Johnny J. Chin Carnegie Mellon University | +----------------------------------+---------------------------------------+ | US Mail: Johnny J. Chin | ARPAnet: Johnny.J.Chin@andrew.cmu.edu | | 4730 Centre Avenue #412 | BITnet: jc58%andrew@cmccvb.BITNET | | Pittsburgh, PA 15213 | UUCP: harvard!andrew.cmu.edu!jc58 | +----------------------------------+---------------------------------------+ | Disclaimer: The views expressed herein are STRICTLY my own. | +--------------------------------------------------------------------------+