Path: utzoo!utgpu!jarvis.csri.toronto.edu!mailrus!tut.cis.ohio-state.edu!ucbvax!pasteur!ames!lll-winken!arisia!cdp!ipis From: ipis@cdp.UUCP Newsgroups: comp.lang.pascal Subject: Re: Re^2: Control variables in FOR Message-ID: <134300002@cdp> Date: 6 Feb 89 22:25:00 GMT References: <950015@hpcllmr.hp.com> Lines: 6 Nf-ID: #R:hpcllmr.hp.com:950015:cdp:134300002:000:236 Nf-From: cdp.UUCP!ipis Feb 6 14:25:00 1989 I've had the same problem with INVALID CONTROL VARIABLE using HP Pascal on the Hp3000 at school. I think it doesn't follow along the scope rules for standard pascal. If you declare I as local to the procedure, it works. --andy Perrin