Checking Starting-values

Hi!

What am I missing here? Shouldn’t indexes 0-5 return a “true” value?

Try string.contains…

It’s all about lacing :slight_smile:

2 Likes

Ok, but the precondition for the layer is that it’s starts with one of the given strings, not just contains them. And I tried with one layer string and one condition and it works. Seems like it should be able to get it to also work with lists of strings and conditions.

image

Ah didn’t se this, gonna try!