Returning Boolean AND of sublists?

How to return a list of true or false whether each three sublists are all true or not?

In this case would return

[45] false
[46] true
[47] false

Hi @truevis ,

the Alltrue node - with it’s lacing set to longest - will do what you want

1 Like

Ah. so simple and beautiful!

1 Like