Check if list included in another list

hello dears,
if i have 2 list, A= 1 …5; and B={1,2,3};
how could i make a condition o r use some block that check if list B included in list A, so that the result be like this

True
True
True
false
false

if you help me with that , thanks in advanced,

Try this.

1 Like

hello christian,
i have do what you did exactly, unfortunately the result is different from you, i dont know why.


== node is set to longest lacing

yes chrisitan,
now it’s worked, thanks for this briliant solution, appreciate that


I think this is what your looking for…not the above solution.

1 Like

what if my list not in same sequence ?
i tried with list below, it’s not work with any solution

your lacing need to set to shortest…

thats work, thanks you very much man :sunglasses: