> Here:
> 
> var MyArray : array of longint;
> 
> begin
>    writeln(low(MyArray));
>    writeln(high(MyArray));
> end.
> 
> prints
> 
> 0
> -1

Is this (High() on empty dynamic arrays return -1) documented somewhere?



--
View this message in context: 
http://free-pascal-general.1045716.n5.nabble.com/High-and-Low-for-empty-dynamic-arrays-tp5718263p5718265.html
Sent from the Free Pascal - General mailing list archive at Nabble.com.
_______________________________________________
fpc-pascal maillist  -  fpc-pascal@lists.freepascal.org
http://lists.freepascal.org/cgi-bin/mailman/listinfo/fpc-pascal

Reply via email to