views:

19

answers:

0

Since it is not possible to dynamically delete a single row (record) of a 2D array, I am looping through it to find certain records to exclude. I want to write out the good portion of the array to a temporary array, then back... and in the process eliminate the unwanted record. Any example code of success with this?