<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8">
</head>
<body bgcolor="#FFFFFF" text="#000000">
I get a warning that a local dynamic array variable is not
initialized.<br>
Aren't such managed types initialized by default?<br>
On <a class="moz-txt-link-freetext" href="http://wiki.freepascal.org/Dynamic_array">http://wiki.freepascal.org/Dynamic_array</a> it says:<br>
<br>
Actually, dynamic arrays are pointers with automatic dereferencing.
They are initialized to <b>nil</b> automatically. <br>
<br>
So why the warning?<br>
</body>
</html>