problem with coll and renumbering when delete
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
There is a difference between 'delete' (which renumbers all higher numerical indices) and 'remove' (which does not change any other indices).
Thanks... that explaines a lot