6 lines
153 B
Plaintext
6 lines
153 B
Plaintext
#title InStr [RCBasic Doc]
|
|
#header Function InStr(src$, Substr$)
|
|
|
|
Returns the position in src$ where substr$ is found. If not found it will return -1.
|
|
|