Xref: utzoo comp.lang.pascal:3834 comp.sys.mac.programmer:16159 Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!wuarchive!psuvax1!psuvm!ricevm1.bitnet!mayer-a From: MAYER-A@RICEVM1.BITNET (David Mayer) Newsgroups: comp.lang.pascal,comp.sys.mac.programmer Subject: Handle to a linked list Message-ID: <1723MAYER-A@RICEVM1> Date: 23 Jul 90 16:23:32 GMT Organization: Rice University - ICSA Lines: 11 Is there a way I can get a handle to a linked list in memory?? I want to be able to store the list for future use. I am developing a program in THINK Pascal for the Mac. I need a handle to the entire list. It seems like I could get a handle the first record, copy that block elsewhere and append each subsequent record as a block to that one. This seems like a complicated solution, though. Anyone know of an easier way??? --David