Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!watmath!clyde!rutgers!sri-unix!hplabs!hpcea!hpfcdc!hpfcls!baker From: baker@hpfcls.UUCP Newsgroups: comp.sys.hp Subject: Re: HP Basic linked lists? Message-ID: <4760003@hpfcls.HP.COM> Date: Fri, 20-Feb-87 12:30:48 EST Article-I.D.: hpfcls.4760003 Posted: Fri Feb 20 12:30:48 1987 Date-Received: Sun, 22-Feb-87 16:23:17 EST References: <1084@phred.UUCP> Organization: Hewlett-Packard SSO Lines: 13 The obvious hack is to maintain parallel arrays of info (some strings, some real, some integers.....) and have one array which always contains the index of the next record. I suppose a "Head" variable pointing the first element would also be useful. Records can then be sorted without moving data other than the "next" pointer. Possibly more effcient (array indexing time can add up) method might be to implement the list management routines in Pascal on the 200/300 and create a loadable binary that can be called from Basic. Jim Baker HP Ft. Collins Systems Division