﻿id	summary	reporter	owner	description	type	status	milestone	component	version	severity	resolution	keywords	cc
142	Get Array from LDAP-Field	anonymous		"When the Function _ADGETObjectInOU from ADFunctions.au3 Version 3.1.2 get an Aray as Answer nothing is displayed.

If you add this lines, they are displayed

If isarray($objRecordSet.Fields ($dtrArray[$i]).Value) Then
	$Array = $objRecordSet.Fields ($dtrArray[$i]).Value
	$ObjectArray[$count][$i - 1] = $Array[0]
Else
 $ObjectArray[$count][$i - 1] = $objRecordSet.Fields ($dtrArray[$i]).Value
EndIf
"	Feature Request	closed		Other			Duplicate	LDAP-Array	
