On 12/09/06, Stefan Dösinger stefandoesinger@gmx.at wrote:
Why wouldn't you be able to remove an entry from a list?
With the array, we can only truly remove a single element by moving all other entries by one, reducing the total amount of entries and adjusting all values that specify a list index. This is possible, but the amount of work needed is growing linearly with the numbers of elements in the list.
An array is not the same as a list... :-)