Search Lists - does a list contain n

gavspav's icon

I'd like to check to see if a list contains a certain value.

Is there an object which can do this or should I use javascript?

Ideally I would like to make an array of packed values and check to see if that array contains a specific 4 value list.

Have looked in documentation/forum but can't seem to find it.

Is there an easy way?

Luke Hall's icon

Have a look at [zl sub].

lh

gavspav's icon

Thanks that'll do for starters.