I want to implement a dynamic multi dimension array to store some records in my project. Please Help me

Try this:

Dim ary(,,) As Integer
        ReDim ary(10, 3, 5)
        ary = Nothing
        ReDim ary(2, 3, 4)
Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.