﻿id	summary	reporter	owner	description	type	status	milestone	component	version	severity	resolution	keywords	cc
3737	_ArrayUnique fails on single element array when base set to 1	Melba23	Melba23	"When using the ''$iBase'' feature to ignore the first element, the function hard fails on a single element array.
{{{
Global $aArray[1] = [""test""]    ; add a single row to the array
_ArrayUnique($aArray, 0, 1)     ; Arguments: $iColumn = 0, $iBase = 1 (1-based)
}}}
See https://www.autoitscript.com/forum/topic/200645-bug-_arrayunique-doesnt-handle-array-with-1-row-when-1-based-is-enabled/

M23"	Bug	closed		AutoIt	3.3.14.5	None	Fixed		
