﻿id	summary	reporter	owner	description	type	status	milestone	component	version	severity	resolution	keywords	cc
920	StringInStr does not work correctly	blckbrd		"When you use the sample:

The starting position of the search does not work correctly. It always uses the first position. 

Example1:

$location = StringInStr(""test12345,test1234,test123,test12,test12,test1"","","",0, 1) ; Find the firsy occurance of "","" starting from postion 0. Result = 10
MsgBox(0,"""",$location)

Example 2

$location = StringInStr(""test12345,test1234,test123,test12,test12,test1"","","",20, 1) ; Find the firsy occurance of "","" starting from postion 0. Result is still 10
MsgBox(0,"""",$location)

"	Bug	closed		AutoIt	3.3.0.0	None	No Bug		
