Returns the position of a specified search string within another
string. Returns 0 if the search string is not found. The
search is case-sensitive. Use ToUpper
or ToLower (with
an upper-case or lower-case search string) to make the search
case-insensitive.
Minimum FH Version:
7.0
No. of Parameters:
3
Return Type:
Text
Parameter 1:
Text. The string to search.
Parameter 2:
Text. The string to search for.
Parameter 3:
A number. The starting position to search from.
Defaults to 1 (the start) if not supplied.