Files
RCBASIC4/doc/files/instr.txt
2024-10-06 17:07:06 -04:00

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.