INSTR$
HAYSTACK, NEEDLE, START(optional)
This function will find part of a string and return the position.
Example
PRINT INSTR$("kytschBASIC", "BAS")
Output
7
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.
PRINT INSTR$("kytschBASIC", "BAS")
7