﻿id	summary	reporter	owner	description	type	status	milestone	component	version	severity	resolution	keywords	cc
2666	"StringReplace($sString, $pos, """") doesn't work"	mikell	Melba23	"StringReplace with """" (nothing) as replacement string doesn't work if using the character position



{{{
$sString = ""abcde""

Msgbox(0,"""", StringReplace($sString, ""c"", """") )   ; by searchstring : works

Msgbox(0,"""", StringReplace($sString, 3, ""#"") )   ; by character position : works

Msgbox(0,"""", StringReplace($sString, 3, """") )  ; by character position : doesn't work

}}}
"	Bug	closed	3.3.13.14	AutoIt	3.3.10.2	None	Fixed		
