after few operations I need to simplify the list.
what I have is:
[0] list
[0] list
[0] point A</code>
<code> [1] point b
[1] list
[0] point c
</code> [1] point d</pre>
[2] list
[0] point e</code>
[1] point f
What I need is this:
[0]list
[0] point A
[1] point b
[2] point c
[3] point d
any clue will be very nice.
thanks in advance
Carlos.