[fpc-pascal]FPC 1.0.6 and open arrays

Jilani Khaldi jilani.khaldi at tin.it
Sat Jan 25 00:15:48 CET 2003


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







More information about the fpc-pascal mailing list