From: Carl.Hu@f660.n250.z1.FidoNet.Org (Carl Hu) Sender: Uucp@egsgate.FidoNet.Org Path: utzoo!utgpu!news-server.csri.toronto.edu!torsqnt!lethe!tvcent!comspec!telly!moore!eastern!egsgate!Uucp Newsgroups: comp.lang.pascal Subject: SOMEBODY HELP ME!! DESPERATE. Message-ID: <673056705.0@egsgate.FidoNet.Org> Date: 30 Apr 91 01:32:00 EST I'm halfway into a program I've been writing and I've run into a serious problem. I need to have arrays > 64K, does anybody know how to do that? The arrays have to be global. Also, if possible, dynamic. Two: If that's absolutely completely impossible, then how can I have multiple 64K array's in ONE unit? Three: How do I include another unit in one unit and still distribute the .tpu file as one file. (I mean, if I have a 1.tpu that uses 2.tpu, can I somehow link 2.tpu into 1.tpu so that I can distribute 1.tpu by itself?).