PDA

View Full Version : redimension array after deleting rows


steveb1164
06-22-2003, 03:14 AM
I have a 2 dimensional array that is created using the GetRows method. I know how many columns there are, but the number of rows is always different. I want to delete all rows that have a 0 in a certain column, and redimension the array.

Kodo
06-22-2003, 09:31 PM
I would use the dictionary object for that.