Slice Index of 1

hi,

I’ve been using VVVV for about 3 months now, it’s still difficult, but I’m getting there!

However, some simple things still confuse me sometimes… I guess learning a new program/language is never complete!

So, on to my problem…

If I have a spread of 100 slices, and they’re all 0s and 1s… how do I get a spread of slice indexes that contain the 1s?

i figured it out…

using a combination of I spread and sort.

thanks a million. sorry to clog the blog.

I and Sort is a nice workaround,
Select is very much worth knowing

probably even simpler: connect the Select (Value) nodes Select pin to the 0s and 1s spread and watch its Former SliceIndex output.