The second one. That will probably work better
Offline
Yes. Only the second one works. If your list his these:
Example list:
1. Hi
2. Level 1
3. Apple
<example list contains apple> would be true.
<(example list) = apple> would be false because the (example list) returns:
hilevel1apple
All the values in the list.
Offline