<html>
<body>
Did you leave some part of your own question un-answered?&nbsp;
CreateInstance does just what you said you wanted to know how to do,
doesn't it?<br><br>
At 04:22 AM 9/8/2006, Kristof Wagemans wrote<br>
<blockquote type=cite class=cite cite="">
<font face="Arial, Helvetica" size=2>You can create an int array of
length 3 with:<br>
</font>System.Array[int]((1,2,3))<br>
&nbsp;<br>
<font face="Arial, Helvetica" size=2>Is there an alternative syntax to
create an int array of length 3 without passing in a tuple with 3 values?
I know that I can create one with:<br>
</font>System.Array.CreateInstance(int,3)</blockquote></body>
<br>
<br>
J. Merrill / Analytical Software Corp</html>