Hey there - me again
I just want to know how I can check whether an item already exists in a list.
For instance, my list has the names:
- Jack
- John
- Jeff
And I get one name in a variable, how can I check whether the variable is already in the list?
I just want to know how I can check whether an item already exists in a list.
For instance, my list has the names:
- Jack
- John
- Jeff
And I get one name in a variable, how can I check whether the variable is already in the list?