P
Pete
I am working on an app that can have as many as 50 string arrays where
each array can have 1-50 elements. I could manually create all or the
arrays and controllthem individually. However, I would like to not
hard code this, it might change. I have been reading about
Collections and got to wondering if the app would be better off using
a collection.
First, is it possible to create a collection that contains upto 50
arrays? If so, would someone please give a sample code snippet? I am
new to this effort.
Can each array in the collection be "redim"ed allow for the variable
number of rows?
each array can have 1-50 elements. I could manually create all or the
arrays and controllthem individually. However, I would like to not
hard code this, it might change. I have been reading about
Collections and got to wondering if the app would be better off using
a collection.
First, is it possible to create a collection that contains upto 50
arrays? If so, would someone please give a sample code snippet? I am
new to this effort.
Can each array in the collection be "redim"ed allow for the variable
number of rows?