|
-
Feb 8th, 2007, 08:26 AM
#1
Thread Starter
Lively Member
[resoved][2005] Array Question (update, ReDim with jagged Arrays)
I'm coming from java and in java we can declare an array like: int[] integerArray; and then later delcare how many elements the array will have with intergerArray = new Int[x];
How can I do this in VB? I want it to have class wide scope but I wont set it's size until the class is instanated.
Last edited by vagabon; Feb 8th, 2007 at 09:33 PM.
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
|