Path: utzoo!attcan!uunet!lll-winken!ames!pasteur!ucbvax!decwrl!hplabs!hpda!hpcuhb!hpcllla!hpclisp!hpclskh!skh From: skh@hpclskh.HP.COM Newsgroups: comp.lang.misc Subject: Re: Dynamic array dimensioning Message-ID: <960016@hpclskh.HP.COM> Date: 12 Jan 89 22:57:51 GMT References: <117400002@uxa.cso.uiuc.edu> Organization: Hewlett-Packard Calif. Language Lab Lines: 6 To this point, no one has mentioned APL (and offshoots), which can dynamically expand any array dimension at any time. The procedure invocation dynamic arrays are much more common. BASIC, PL/1, and versions of ALGOL have had them for years. They are more expensive, especially if range checking code is produced (as even constant references must be checked).