Path: utzoo!mnetor!uunet!husc6!cmcl2!brl-adm!adm!rbw@WILLIAMS.EDU From: rbw@WILLIAMS.EDU Newsgroups: comp.lang.pascal Subject: valid construction? Message-ID: <12171@brl-adm.ARPA> Date: 8 Mar 88 03:10:14 GMT Sender: news@brl-adm.ARPA Lines: 18 Can anyone tell me if the following is a valid construction? I want to know if I should get mad at my compiler or not :-) type record1 = record ... end; record2 = record ... array1 : array[0..maxelts] of record1; ... end; Needless to say, my compiler (Turbo v4, for the curious) chokes with the message "Invalid Type". Any clues? -Richard Ward rbw@cs.williams.edu Williams College, Williamstown, MA