INSTR

Returns the starting position of the first character in one string (string2) within another string (string1). If string2 is not found within string1, then this function returns zero (0).

Return Value

Integer

Syntax

INSTR( string1, string2 )

where: