Pandamonium
Golden Member
I'm trying to come up with a method of deleting a single row of the array, and I can't find or think of any command that will do this automatically.
It seems that the only other option is to copy the array, row by row, to a new array. There would be an if statement regulating the copying - it would flag the row containing the element I want removed and just not copy it. But I'm certain that there's a cleaner method of achieving this end... any ideas?
It seems that the only other option is to copy the array, row by row, to a new array. There would be an if statement regulating the copying - it would flag the row containing the element I want removed and just not copy it. But I'm certain that there's a cleaner method of achieving this end... any ideas?