ListContains means ‘contains’ in the literal sense

October 2nd, 2008 | by sean |

Just 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.

Tags: , , , , ,

Post a Comment