Results 1 to 8 of 8

Thread: [RESOLVED] Redim array of objects

Threaded View

  1. #1

    Thread Starter
    Addicted Member
    Join Date
    Sep 2002
    Posts
    146

    Resolved [RESOLVED] Redim array of objects

    I'm trying to create a dynamic array of objects


    Code:
    Private var() As New Entity
    
    
    
    Private Sub Form_Load()
    ReDim var(1 To 5) As Entity
    End Sub
    Compile error:


    Can't change data types of array elements
    Last edited by winterslam; Nov 12th, 2008 at 03:03 AM.

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