<html>
<head>
<style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 12pt;
font-family:Calibri
}
--></style></head>
<body class='hmmessage'><div dir='ltr'>> > How do I declare an unbouned-ly sized array?<br>> <br>> You use an open array.  Then the compiler arranges to store its bound at runtime,<br>> using that instead of a static constant when generating bounds checks.<BR> <BR>Sorry, I meant a pointer that I can index arbitrarily far.<BR>I think this is just UNTRACED REF T .<BR><br> > .  In at least some targets, these are also stored in readonly segments as well.<br><BR>Surely this is all targets these days/years/decades.<BR> <BR> - Jay<BR>                                    </div></body>
</html>