Returns the first index of an occurrence of a substring in a string from a specified starting position. Returns 0 if substring is not in string. The search is case-insensitive.
See also Find, CompareNoCase, FindOneOf, REFind, and Replace functions.
FindNoCase(substring, string [, start ])
String being sought.
String being searched.
Starting position for the search.
AllaireDoc@allaire.com Copyright © 1998, Allaire Corporation. All rights reserved.