ListContains means ‘contains’ in the literal sense
Thursday, October 2nd, 2008Just a note, ListContains is basically the same thing as Find, except that it returns a list index. It does not search for a specific element that matches the substring, but merely an element that contains it.
In order to find an element that matches the substring use ListFind.