Functions - Instr |
|
|
Returns an Integer giving the position of the first occurrence of one string within another. If the string cannot be found the function returns 0. SyntaxInstr(source, search) ParameterssourceThe
string being searched. ExampleThis expression part evaluates to 3: Instr("FooBar", "oB") |