Android Question How to know if a list contained certain item

Chris2

Active Member
Licensed User
Longtime User
Or, if the items in the list are unique you could use a B4XSet -

This would be quicker with long lists/sets.
 
Upvote 0
Top