Path: utzoo!mnetor!uunet!husc6!rutgers!ames!ucbcad!ucbvax!cartan!naparst From: naparst@cartan.Berkeley.EDU (Harold Naparst) Newsgroups: comp.lang.pascal Subject: Conformable Arrays Message-ID: <1472@cartan.Berkeley.EDU> Date: 19 Dec 87 20:42:24 GMT Reply-To: naparst@cartan.Berkeley.EDU (Harold Naparst) Organization: Math Dept. UCB Lines: 26 I don't quite understand conformable array parameters. 1) How do you pass part of an array, like in fortran ? The fortran code below passes the segment a(5),a(6),a(7) (or even more, I know). What is the analogy in Pascal. I tried to get it from Cooper's books, but it wasn't clear. real a(10) call sub(a(5),3) subroutine sub(a,n) real a(n) ..... 2) Probably most importantly, are conformable arrays standard ? Cooper says something about Level 1 and Level 2 Pascal. What finally happened ? Harold Naparst (415)-548-4652 UUCP {tektronix,dual,sun,ihnp4,decvax}!ucbvax!cartan!naparst New style naparst@cartan.berkeley.edu ARPA | CSNET naparst%cartan@berkeley.edu -- Harold Naparst (415)-548-4652 UUCP {tektronix,dual,sun,ihnp4,decvax}!ucbvax!cartan!naparst New style naparst@cartan.berkeley.edu ARPA | CSNET naparst%cartan@berkeley.edu