Get index of spread wit a specific value

hey again,

i have a spread with a list of data, i need the index number of the splice which holds a specific value (e.g. 1 in a boolean spread) how is this possible in v?
thanks again!

= (Value) and Select (Value) will do it.
see patch
:)

tempSelect.v4p (3.4 kB)

thanks, the following patch worked for me…