Syntax |
Example |
Description/Remarks |
INSTR "text being searched", "text being sought" |
If logged in as INSTR NAME, "Oper" Returns 12 INSTR NAME, "Operator" Returns 12 INSTR NAME, "Analyst" Returns 0 INSTR NAME, "OPER" Returns 0 |
This command indicates whether the "text being sought" can be found in the "text being searched". This command is case sensitive.
To determine whether the two strings are equal, use the STRCOMP command. |