C
chris.harper
Hi,
Currently I have this code:
Dim arrData(intNoOfRows, intNoOfColumns) As Object
I want to dynamically add x amount of objects. Something like this:
For intX = 1 to intCounter
arrData(intX)(intNoOfRows, intNoOfColumns)
Next
Obviously the above code doesn't work. BUT, I'm sure someone out there knows how to do it.
Please could you tell me.
Thanks,
Chris
**********************************************************************
Sent via Fuzzy Software @ http://www.fuzzysoftware.com/
Comprehensive, categorised, searchable collection of links to ASP & ASP.NET resources...
Currently I have this code:
Dim arrData(intNoOfRows, intNoOfColumns) As Object
I want to dynamically add x amount of objects. Something like this:
For intX = 1 to intCounter
arrData(intX)(intNoOfRows, intNoOfColumns)
Next
Obviously the above code doesn't work. BUT, I'm sure someone out there knows how to do it.
Please could you tell me.
Thanks,
Chris
**********************************************************************
Sent via Fuzzy Software @ http://www.fuzzysoftware.com/
Comprehensive, categorised, searchable collection of links to ASP & ASP.NET resources...