Swap object Bug

I think there is a bug in swap Object in vvvv21.In 17 was Ok. Please Check. http://www.vvvv.org/tiki-download_file.php?fileId=1958

in beta17 it was a module, the new node works a bit different. to make ABC to ACB you just swap index 1 and 2 now:

SwapObj_Bug-2.v4p (5.5 kB)

Hi tonfilm!
I have 10 indexes to swap with all kind of ways.Also I want to assign every source index to a target index with different arrangement by changing source or target index.

So when i assign every source to a target index of my list the Swap node does not swap them as i expect (as shown in the example http://www.vvvv.org/tiki-download_file.php?fileId=1958)

hoi,

i guess it doesn’t work, because you double-swap you’re indices
check the patch.
don’t really know, but i guess it internally works like demonstrated in the center

and in case you swap most of the indices, it might be easier to use getslice (at least that’s what the your demopatch suggests

SwapObj_work.v4p (22.8 kB)

Now i think i get it! Thank you for your time guys!