Files
RCBASIC4/doc/files/instr.txt
2026-02-26 15:33:51 -06:00

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.