Path: utzoo!mnetor!uunet!husc6!mit-eddie!killer!pollux!megamax!michel From: michel@megamax.UUCP (Michel Rynderman) Newsgroups: comp.lang.pascal Subject: Re: valid construction? Message-ID: <1304@megamax.UUCP> Date: 11 Mar 88 21:26:41 GMT References: <12171@brl-adm.ARPA> Reply-To: michel@megamax.UUCP (Michel Rynderman) Organization: Megamax, Inc; Dallas, TX Lines: 8 > << rest of stuff gone. > array1 : array[0..maxelts] of record1; This should be ok if maxelts is defined. However if maxelts is not defined the compiler may barf. Michel@megamax