I would like to retrieve the RED index referred to the upper level of the input list.
I tried several combinations changing the levels and level of depth both keeping the structure or not and I could not find the solution.
I can solve with python, but I would rather upgrade my skills with these nodes for the benefit of others who are not using Python.
I have seen a couple of thread like this one, and another one here to try to have ideas. but no success.
Thanks in advance.
can you explain further? what do you mean by the BLUE circles? can you provide a sample output?
Hello,thank you for the fast reply.
I beg your pardon if that was not 100% clear.
I would like to have the index of Blue circled elements, referred to the upper level of the list, not of their sublist.
As to say now I read 0,-1,-1…
The exact result I want is 0,0,0,…because those elements are in the same index 0 of the first level list.
I hope this is clearer.
That is very confusing.
Can you provide a simple input and show what output you would like from that input?
Great! Exactly. Thanks.
And my first reply to you had a typo…not a sarcasm!.
Really thank you, I used Python for it. But I prefer to understand how to use the Nodes available.