Hey, folks!

I am trying to figure out a way in which I can swap the contents of two rows in a ListView object. My attempts, which seemed logical, don't seem to work. Here's what I'm trying to do with a two-column ListView object while swapping two rows:

1.) Save the contents of Line-click-1 (column 1) to an alterable string.
2.) Save the contents of Line-click-1 (column 2) to a different alterable string.
3.) Set item Line-click-1 (column 1) to the contents of Line-click (column 1).
4.) Set item Line-click-1 (column 2) to the contents of Line-click (column 2).
5.) Set item Line-click (column 1) to the first alterable string.
6.) Set item Line-click (column 2) to the second alterable string.


This doesn't seem to be working, however. Can anyone determine what I'm doing wrong here?

Thank you very much!



Most appreciatively...

RGBreality