5 lines
152 B
Plaintext
5 lines
152 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.
|