zl.sub offset seems to output a series of numbers, not a list? How can I stop at the first output?
I am checking a list for occurances of a value.
If the value exists I want to get the first position of this value.
I am using zl.sub and the offset output from left outlet.
If I send this output to a number box I always get the last position of my value.
If I instead unpack this output, I get only one result, which leads me to understand it is not a list.
If I print this output I get all occurances in the console.
To observe behaviour, it is exactly like the example zl.sub.maxhelp. In this example I would like to look for 5 and have 5 in my number box, not 12. (Because the offsets are 5, 10, 11, 12.)
Thank you! I didn't understand the <sel 0> and <set> part, but for my purpose <thresh> and <$1> was enogh to get it working.

if there are no items in the list
sel 0 wipes message.
That's all.
Otherwise you have previous match displayed.
