Message 1 of 13
Dynamic multidimensional arrays

Not applicable
01-09-2008
09:56 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Is there a way to make a array dynamic and multidimensional? What I've been doing is just setting the size at the start. Is there a way to add columns without having to predefine the size? or, after I'm done adding objects in the array, could I possibly just delete all of the blanks?
For Example --
Public TBAttr(1 To 10000, 1 To 5) As String
~Thanks for any help
-- Uriah
For Example --
Public TBAttr(1 To 10000, 1 To 5) As String
~Thanks for any help
-- Uriah