|
-
Jun 9th, 2003, 12:44 PM
#1
Thread Starter
Dazed Member
# of array elements?
How do i declare an array of x elements in Visual Basic? In Java an array to hold five elements would be declared as int[] i = new int[5]; and indexed as 0 through 4. But if i remember correctly arent arrays declared different in Visual Basic whereas Dim i(4) as Integer would be equivalent to the previous declaration?
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|