Path: utzoo!utgpu!news-server.csri.toronto.edu!rpi!uwm.edu!bionet!agate!ucbvax!dog.ee.lbl.gov!nosc!crash!pro-gsplus.cts.com!rhood From: rhood@pro-gsplus.cts.com (Robert Hood) Newsgroups: comp.sys.apple2 Subject: Re: Help with Complete Pascal Message-ID: <8730@crash.cts.com> Date: 22 Apr 91 08:36:06 GMT Sender: root@crash.cts.com Lines: 19 In-Reply-To: message from ckoprows@ub.d.umn.edu Your printout statement, you said, was this: for Counter := 1 to do writeln ( Name [Count]); That has two errors in it. First, you never specify an ending argument for the loop. "For Counter := 1 to" what? The second error is a logic error: "Counter" and "Count" do not denote the same variable. If both variables exist in the program, you'll get a list of numerous copies of one element. If either is undefined, you'll get an error message. Does that help? ---- ProLine: rhood@pro-gsplus | "Wherever you go...there you are." Internet: rhood@pro-gsplus.cts.com | -- Buckaroo Banzai UUCP: crash!pro-gsplus!rhood | Wanted: An unZIPper for a II! ARPA: crash!pro-gsplus!rhood@nosc.mil | If you have one, let's chat!