Search Lists - does a list contain n
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?
Have a look at [zl sub].
lh
Thanks that'll do for starters.