Path: utzoo!utgpu!news-server.csri.toronto.edu!rpi!think.com!hsdndev!cmcl2!adm!news From: s2942275@techst02.technion.ac.il (Yaniv Golan) Newsgroups: comp.lang.pascal Subject: Re: soliciting advice Message-ID: <27040@adm.brl.mil> Date: 29 May 91 10:14:49 GMT Sender: news@adm.brl.mil Lines: 5 When you open a file with the RESET command it is opened for inputAND output, so there is no need to open and close it again. Find the record you need to update, read it, change it, SEEK the same position again and write it back. Yaniv Golan s2942275@techst02.technion.ac.il