WebCore "is any off" value formate

I find it messy to use "Or" in an If statement for values.
I could use an Expression but I think value is more succinct if it can be done.
Guessing is unconstructive so does anyone know if you can use a list in the Vaule field.
I.E.
If | var | "is any of" | value {format like "01d", "02D" or 01d, 02d or 01D; 02D etc.}
Cheers!

My read of the code says it expects a comma separated string

v='a'

if v is any of "b, c, d"

1 Like

Thanks! I shall put that to the test.