[REBOL] series/text-list position
From: mattsmac:hotma:il at: 13-Nov-2003 8:12
I have a text-list in a layout whos order corresponds to the order of a
series. ie element 2 of the text-list corresponds to element 2 of the
series. I want to be able to remove an element from the text-list and have
the corresponding element in the series removed as well. What I can't
figure out is how to find out the position of the currently selected element
in the text-list. If I could find that then I could just issue something
like
i: text-list-position
s: skip s i
remove s
where s is the series I am trying to alter
thanks,
Matt