﻿id	summary	reporter	owner	description	type	status	milestone	component	version	severity	resolution	keywords	cc
2210	StringInStr	anonymous		"The below code returns the position of the string, but I think it shouldn't, because the string should be only searched in the last two charakters.


{{{
MsgBox(0,"""",StringInStr(""abcd"", ""bc"", 0, -1, 4, 2))
}}}

When seaching from the beginning it works ok, doesn't return the position.

{{{
MsgBox(0,"""",StringInStr(""abcd"", ""bc"", 0, 1, 1, 2))
}}}"	Bug	closed		AutoIt	3.3.9.4	None	No Bug		
