Can't figure out this component


I am looking for True item among True/False inputs and it gives me this:
image
Can someone enlighten me about this component’s behaviour?

Hello
I think it works by Reference (address of data) and not value (content of data). I never used it but it is obvious it didn’t work for boolean, nor integer and surely others data.
But it you do that it works.
image

I think the help isn’t explicit, except perhaps for a programmer as it surely works like List

If you want the index do that or use Member Index, see Grasshopper link

list index.gh (11.3 KB)

1 Like

Hi Laurent
There is a simpler way and it is what I was expected from item idexing:


I was pushing the input through integers or booleans and I couldn’t figure ot out. Thanks for your input.

1 Like