Detect index of changing slice in spread

okay as the title says,
i have a spread of 16 boolean, one of them is getting true and i need to detect
the slice index.

thanks

Hey,

Does this help?

thanks, i did not know the "indexOf"node before, and could achive it using that.

very simple, works great.