Path: utzoo!utgpu!news-server.csri.toronto.edu!rpi!zaphod.mps.ohio-state.edu!swrinde!cs.utexas.edu!uunet!nuchat!robby From: robby@nuchat.sccsi.com (Robert Oliver Jr.) Newsgroups: comp.lang.pascal Subject: How to go over Stack Message-ID: <1991Jun12.071024.12162@nuchat.sccsi.com> Date: 12 Jun 91 07:10:24 GMT Sender: robby@nuchat.sccsi.com (Robert Oliver Jr.) Organization: Houston Public Access UNIX Lines: 17 Hi, Has anyone out there been over 65520 in stack and had the program work? I need to know how to get over the stack limit. Sence the pointer will not work right. Is there something wrong with this statement ? Testing : Array[1..220] of ^Test; {Test is a Type Record} and calling the data with Testing[Index]^.Whois ??? Is there something wrong with this ? Thanks, Robert Oliver