ListFind  
 
 

Returns the index of the first occurrence of a value within a list. Returns 0 if no value is found. The search is case-sensitive.

See also ListContains and ListFindNoCase.

 
 
  Syntax  
 
ListFind(list, value [, delimiters ])

list

List being searched.

value

Number or string being sought among elements of list.

delimiters

Set of delimiters used in list.





 
 
BackUp LevelNext
 
 

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