Posted By:
Lasse_Koskela
Posted On:
Wednesday, October 2, 2002 02:04 AM
Basically you can't.
But you can emulate that behaviour by
a) creating a new array and copying the "remaining" stuff there
b) moving the subsequent items one slot upwards in the existing array
You could also just set the cell to null and treat it as a "removed cell".