dynamic array

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • bobneedshelp
    New Member
    • Feb 2007
    • 17

    dynamic array

    Is there a way to have a dynamic array besides the redim statement. Is there something in vb.net that is the equivalent to Java's ArrayList?
  • dorinbogdan
    Recognized Expert Contributor
    • Feb 2007
    • 839

    #2
    See this article and this one.

    Comment

    • bobneedshelp
      New Member
      • Feb 2007
      • 17

      #3
      Originally posted by dorinbogdan

      Thanks. That helped.

      Comment

      • battlesc
        New Member
        • Feb 2007
        • 3

        #4
        One better solution might be using generic List, but I am not sure if it is avilable in VB. Read this: http://msdn2.microsoft .com/en-us/library/b5bx6xee.aspx

        Comment

        Working...