Path: utzoo!mnetor!uunet!ndsuvax!ndsuvm1.bitnet!nuzenith From: NUZENITH@NDSUVM1.BITNET (John R. Holand) Newsgroups: comp.lang.pascal Subject: READING/WRITING TO TURBO FILES Message-ID: <642NUZENITH@NDSUVM1> Date: 5 Mar 88 21:23:05 GMT Organization: North Dakota Higher Education Computer Network, Fargo, ND Lines: 14 DISCLAIMER: Author bears full responsibility for contents of this article. CAN ANYONE TELL ME HOW ONE CAN read/write to a file without doing a reset/rewrite to the file ( ie: so i can just edit/insert/append to file) I am using record files in particular ie type rec_type = record name : string [20] ; age : integer ; end var data_file : file of rec_type thank you John R. Holand