Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!watmath!mnetor!seismo!lll-crg!mordor!sri-spam!ames!ucbcad!ucbvax!BOSTONU.BITNET!cscarsc From: cscarsc@BOSTONU.BITNET.UUCP Newsgroups: comp.sys.apple Subject: Big arrays in Basic Message-ID: <8611220311.AA03234@ucbvax.Berkeley.EDU> Date: Fri, 21-Nov-86 13:17:00 EST Article-I.D.: ucbvax.8611220311.AA03234 Posted: Fri Nov 21 13:17:00 1986 Date-Received: Sat, 22-Nov-86 06:45:10 EST Sender: daemon@ucbvax.BERKELEY.EDU Organization: The ARPA Internet Lines: 14 ----- Probably the best way to handle big arrays in Basic with an enhancement called ProBasic. ProBasic is on the flip side of The Software Touch's Program Writer disk, which retails for $49. ProBasic allows the creation of VIRTUAL arrays, and uses a ProDOS device as memory for them. Obviously, you'd want to use a Ram disk for maximum speed. The size of the array is determined by the size of the disk. (You could have quite an array with a 10-meg hard drive!) Best of all, ProBasic allows the creation of modules, which can use parameters like Pascal. Modules can be written is assembly, also. I don't have this program yet, but I read about it in a recent Open-Apple. Hope this helps. Al Willis Boston University -----