Am 13.03.2013 10:08 schrieb "Xiangrong Fang" <xrf...@gmail.com>:
> 2) After SetLength(myarray, 0), is myarray nil or pointing to some
invalid address?

It will be Nil. An equivalent alternative would be:

MyArray := Nil;

Regards,
Sven
_______________________________________________
fpc-pascal maillist  -  fpc-pascal@lists.freepascal.org
http://lists.freepascal.org/mailman/listinfo/fpc-pascal

Reply via email to