problem with coll and renumbering when delete

Qualm's icon

Hi.

I have a new problem and i don't know where it came from.

When i delete a index in a COLL, it renumbers the rest of the indexnumbers, which is higher then the number that i deleted.

This is so strange, i have worked with coll for several weeks and this problem did not acoured until today.

Please help.
Thanks / F

Christopher Dobrian's icon

There is a difference between 'delete' (which renumbers all higher numerical indices) and 'remove' (which does not change any other indices).

Qualm's icon

Thanks... that explaines a lot