Path: utzoo!utgpu!jarvis.csri.toronto.edu!mailrus!tut.cis.ohio-state.edu!mstar!westfort!dragon From: dragon@westfort.UUCP (The Mystic) Newsgroups: comp.lang.pascal Subject: Re: Pointers / Linked lists with files.. Message-ID: <3529@westfort.UUCP> Date: 1 Jun 89 00:48:55 GMT References: <5708@cs.Buffalo.EDU> <1389@bucket.UUCP> <3377@westfort.UUCP> <4687@arcturus> Reply-To: westfort!dragon@tut.cis.ohio-state.edu Organization: Outside the Asylum at the Western Fortress Lines: 12 I did away with the mbrec=array[1..50] of mbase; and started to use a simple seek command to load each file as I needed it.. Still no good.. I took the majority of my other file (global) variables and tossed them into the procedures they correspond to, yet still no good.. In order for me to cut the rest of the garbage out, I'm either going to have to re-open a file 3-4 times as I go from procedure to procedure of a routir figure out how to pass variable (file) arrays in the procedure... I managed to do so with normal vars, but I can't seem to get the arrays to take, AND save thes they were passed with.. Jason