Modify ↓
#142 closed Feature Request (Duplicate)
Get Array from LDAP-Field
| Reported by: | anonymous | Owned by: | |
|---|---|---|---|
| Milestone: | Component: | Other | |
| Version: | Severity: | ||
| Keywords: | LDAP-Array | Cc: |
Description
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
Attachments (0)
Note:
See TracTickets
for help on using tickets.

I believe this is a duplicate of https://svn.autoitscript.com/trac/ticket/50