[fpc-pascal]FPC 1.0.6 and open arrays

Andreas K. Foerster akf1 at AKFoerster.de
Mon Jan 27 21:32:29 CET 2003


On Sun, Jan 26, 2003 at 12:53:25PM +0100, Marco van de Voort wrote:

> This is an dynamic array, and is supported only in 1.1 (the next big 
> version currently in development)
>  
> > but it works fine if I declare it inside a procedure or a function:
> > 
> > procedure OpenArray(var m: array of integer);
> 
> This is an open array, and those are supported in both 1.0.x and 1.1.
> 
> So these are two different features (even though the syntax is 
> similar)

Will there also be sopport for conformant Arrays as they are defined 
in standard Pascal (ISO-7185)?

-- 
Tschuess
	Andreas



More information about the fpc-pascal mailing list