InStr ( src$, substr$ )
Returns the position in src$ where substr$ is found. If not found it will return -1.
Example: