Hello,
I am struggling with lacing (if that is my problem!?)
if the item from the shortest list exist in the longest list the value=true my problem is by (==) lacing set to crossing it re-orders the (list.transpose)
long list is 1 to 208
short list 1, 2, 3, 4, 5, 6, 6, 7, 8, 9, 10, 12,14
lacing longest misses value 12
I need the structure as it is (list.transpose) with the value 12
I hope someone can help
Edwin