Hello everybody,
I have a problem in list.contains node. I have two lists. the first one has 9 elements and the second one has 2 items. I want to have a boolean list of nine elements where those two items list will be true and the remaining will be false. So, lis.contains node gives me only one true and the remaining of the list is false. I played already with lacing and still doesn’t work. Can anybody help me find out how to make it work with list.contains or any other node that can achieve the same purpose.
thanks,