Strange Stallone sort bug

Tach

I came (again) across a strange behaviour of Stallone (String) that shows in the order of slices. Maybe the problem’s not Stallone but the user in this case, though …
https://vvvv.org/sites/default/files/imagecache/large/images/Stallone%20Sort%20(of%20a)%20Bug_2013.03.03-15.48.43.png

  • Patrick

Stallone Sort (of a) Bug.v4p (6.6 kB)

? you have a spread count of 10 there, but you show 20 slices (so only duplicates of the first 10)
Maybe you want a Zip (String)?

Aha, doubling the original SpreadCount was the Brett vor dem Kopf. Duh. Argh.

Yes, Zip (String) is the right choice, thanks (once) again ;)