If then loop spread index

hello,

I want to compare 2 spreads in each position. with the AND node I got this. after that only one Slice got the value “1”. How can I get this “position”. So far I did this with a bundle of getslice nodes… but i think theres a cleaner way to get the index.

regards

i think Select (Value) is what you are looking for. Feed the spread into the input and the 0 or 1 takes the slice or not

So, you want to Get your Values back after a Boolean operation?? ;)

OK, that’s what I seached for. thanks a lot.