find_text,within_text,start_num! Returns the number of the character at which a specific character or text string is first ...

!find_text,within_text,start_num!! Returns the number of the character at which a specific character or text string is first found, reading left to right (not case-sensitive). Use with double-byte character sets (DBCS)!is the text you want to find!is the text in which you want to search for find_text!is the character number in within_text, counting from the left, at which you want to start searching!