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!
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…