Results 1 to 15 of 15

Thread: [resoved][2005] Array Question (update, ReDim with jagged Arrays)

Threaded View

  1. #1

    Thread Starter
    Lively Member
    Join Date
    Oct 2005
    Posts
    74

    [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
  •  



Click Here to Expand Forum to Full Width