> On Sun, Jan 26, 2003 at 12:53:25PM +0100, Marco van de Voort wrote:
>
> > >
> > > 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)
>
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 i
On Sat, 25 Jan 2003, Jilani Khaldi wrote:
> Hi All,
>
> Does FPC support open arrays?
> I get an error compiling something like this:
>
> type
> m = array of integer;
This is a dynamic array, not an open array.
Dynamic arrays are supported in version 1.1.
>
> but it works fine if I declare i
On zaterdag, jan 25, 2003, at 00:15 Europe/Brussels, Jilani Khaldi
wrote:
Does FPC support open arrays?
I get an error compiling something like this:
type
m = array of integer;
but it works fine if I declare it inside a procedure or a function:
procedure OpenArray(var m: array of integer);
Hi All,
Does FPC support open arrays?
I get an error compiling something like this:
type
m = array of integer;
but it works fine if I declare it inside a procedure or a function:
procedure OpenArray(var m: array of integer);
Thanks!
--
Jilani Khaldi
http://www.jilani.net