kytschBASIC

Put down that phone!
Please view me on real computer.

INSTR$
HAYSTACK, NEEDLE, START(optional)

This function will find part of a string and return the position.

Example

PRINT INSTR$("kytschBASIC", "BAS")

Output

7

See also