<% Dim array1(),iReDim array1(3)array1(3)=10response.Write(array1(3)&"<br>")i=15ReDim array1(i)Response.Write(UBound(array1))%>