﻿id	summary	reporter	owner	description	type	status	milestone	component	version	severity	resolution	keywords	cc
475	"StringSplit() does not honor flag 2 when using """" (empty) as delim"	wraithdu	Valik	"StringSplit() is returning the array count in $array[0] when the delimiter is """" (blank), even though flag = 2 is set.  Ex -

{{{
#include <Array.au3>

$string = ""thequickbrownfox""
$array = StringSplit($string, """")
_ArrayDisplay($array)
$array = StringSplit($string, """", 2)
_ArrayDisplay($array)
}}}"	Bug	closed	3.2.13.6	AutoIt	3.2.13.5	None	Fixed	stringsplit	
