Path: utzoo!utgpu!news-server.csri.toronto.edu!rutgers!cs.utexas.edu!samsung!think.com!paperboy!hsdndev!dartvax!eleazar.dartmouth.edu!byoung From: byoung@eleazar.dartmouth.edu (Brian Young) Newsgroups: comp.sys.mac.apps Subject: MS QuickBASIC maximum array size? Message-ID: <1991Jan30.015926.10404@dartvax.dartmouth.edu> Date: 30 Jan 91 01:59:26 GMT Sender: news@dartvax.dartmouth.edu (The News Manager) Distribution: usa Organization: Dartmouth College, Hanover, NH Lines: 9 Originator: byoung@eleazar.dartmouth.edu I am writing a program in QuickBASIC which requires an integer array of 40,000 elements. When I try to run the (compiled) program, it gives an "out of memory" error message. If I make the array static (it has to be dynamic, though), or run the program in the QuickBASIC environment, it runs without error. Any suggestions as to how I could get around this problem would be gratefully received. Thanks, Brian.