ListFindNoCase(list, value [, delimiters ])Returns the index of the first occurrence of a value within a list. Returns 0 if no value was found. The search is case-insensitive.
See also ListContains and ListFind.
List being searched.
Number or string being sought among elements of list.
Set of delimiters used in list.