﻿id	summary	reporter	owner	description	type	status	milestone	component	version	severity	resolution	keywords	cc
1438	_ArrayCombinations bug	jchd	Valik	"There is a bug that shows up when using _ArrayCombinations with most values.  In fact the bug is in a helper function.

Bug repro:
{{{
Local $aArray[8] = [1, 2, 3, 4, 5, 6, 7, 8]
$aArrayCombo = _ArrayCombinations($aArray, 3)
}}}

Fix in Array.au3, internal function --Array_Combinations:
Line 1485 was
'''Return $i_Total'''
change to:
'''Return Round($i_Total)'''

Forum discussion: [http://www.autoitscript.com/forum/index.php?showtopic=109022]"	Bug	closed	3.3.5.2	Standard UDFs	3.3.4.0	None	Fixed	_ArrayCombinations, binomial	
