ListContainsNoCase  
 
 

Returns the index of the first element of a list that contains the specified substring within elements. The search is case-insensitive. If no element is found, returns 0.

See also ListContains and ListFindNoCase.

 
 
  Syntax  
 
ListContainsNoCase(list, substring [, delimiters ])

list

List being searched.

substring

String being sought in elements of list.

delimiters

Set of delimiters used in list.





 
 
BackUp LevelNext
 
 

allaire     AllaireDoc@allaire.com
    Copyright © 1998, Allaire Corporation. All rights reserved.