﻿id	summary	reporter	owner	description	type	status	milestone	component	version	severity	resolution	keywords	cc
751	Bug with StringSplit on ANSI platforms	corz		"{{{
#cs
	Bug with StringSplit on ANSI platforms. All versions.

	Running/compiling an ANSI version of this will fail because
	StringSplit returns a 1-element array (fail), instead of 6-element.
#ce

$foo = StringSplit(""a|b|c|d|e"", ""|"", 2)
ConsoleWrite(@LF & $foo[2])			; should print ""c""
}}}"	Bug	closed		AutoIt	3.2.13.13	None	Works For Me		
