Sat Jul 14, 2012 6:47 pm
Dim myArray(3) Re-Declaring a dynamic array
myArray(0) = "AAA"
myArray(1)="BBB"
myArray(2)="CCC"
myArray(3)="EEEE"
Response.Write ("Total size of array = " & UBound(myArray) )
for i=0 to uBound(myArray)
Response.Write "<br>" & myArray(i)
Next
Codemiles.com is a participant in the Amazon Services LLC Associates Program, an affiliate advertising program designed to provide a means for sites to earn advertising fees by advertising and linking to Amazon.com
Powered by phpBB © phpBB Group.