Function InStr(src$, Substr$)

Returns the position in src$ where substr$ is found. If not found it will return -1.