﻿id	summary	reporter	owner	description	type	status	milestone	component	version	severity	resolution	keywords	cc
2166	StringToASCIIArray() incorrect handling of parameter	amarcruz	Valik	"#cs
In this code, StringToASCIIArray second parameter ""start"" is 10 (beyond the string) and must fail and return an empty string, but is returning an array[1] with '1' instead.
#ce

#include <Array.au3>
Local $a = StringToASCIIArray(""12345"", 10, 1)
_ArrayDisplay($a)
"	Bug	closed	3.3.9.5	AutoIt	3.3.8.1	None	Fixed	StringToArray, string, array, convertion, parameter, bound	
