Path: utzoo!attcan!uunet!samsung!zaphod.mps.ohio-state.edu!lavaca.uh.edu!jetson.uh.edu!chem4m From: chem4m@jetson.uh.edu Newsgroups: comp.lang.pascal Subject: I/O w/ complex ds inc. pointers Message-ID: <6734.26be9f9c@jetson.uh.edu> Date: 7 Aug 90 16:01:48 GMT Organization: University of Houston Lines: 14 Is there any way to save datastructures that include pointers which aren't sequential ie pointer = ^dfrgdfg; dfrgdfg = record crap:stuff; s = array [1..10] of pointer; end; without converting them to a name eq. saving in a different datastructure and converting apon reloading. File I/O and pointers don't mix. Avijit Ghosh