Add/Or Boolean operation for lists

Hello All,

 

Is there a way to do a boolean “or” operation for list of true/ false ? Please help

true false

 

Hello Peter,

Try the “||” operator. I don’t know what’s the deal with the “And” and “Or” operators but they’ve been unable to handle lists ever since version 0.70…

Another option is the “Logic.Xor” operator but that will fail to trigger if both instances are true.

2015-08-02_16-21-12

it doesn’t appear that those nodes handle lacing lilke the || operator