Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!uunet!mcsun!ukc!cf-cm!mar From: mar@computing-maths.cardiff.ac.uk (Mark Rainey) Newsgroups: comp.lang.pascal Subject: Large Files Message-ID: <1991Feb22.134355.27461@cm.cf.ac.uk> Date: 22 Feb 91 13:43:55 GMT Sender: mar@computing-maths.cardiff.ac.uk (Mark Rainey) Reply-To: mar@computing-maths.cardiff.ac.uk (Mark Rainey) Organization: University of Wales College of Cardiff, Cardiff, WALES, UK. Lines: 6 I'm working on a project at the moment to convert a program, written by myself in TP, to use files larger than 64K. The present program is very file intensive so uses the facility of text file buffers. I have written a small program that will read in a file of about 200K and display it, using a linked list of arrays (about 30K each). Is there an easier way of doing this, or has someone some code for using variables of this size. Thanks in advance. Mark Rainey -------------------------------------------------------------------------