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: , , , , ,

  1. 2 Trackback(s)

  2. Aug 22, 2009: higyjepary
  3. Sep 24, 2009: ebapebat

Post a Comment