Opened 13 years ago
Closed 13 years ago
#2096 closed Bug (Duplicate)
_FTP_ListToArrayEx $Return_Type = 1 or 2 no Array Content
Reported by: | Albeck | Owned by: | |
---|---|---|---|
Milestone: | Component: | AutoIt | |
Version: | 3.3.8.0 | Severity: | None |
Keywords: | _FTP_ListToArrayEx no array content | Cc: |
Description
If the Flag for the $Return_Type is set to 1 or 2 the array does not contain any items. Only $Return_Type 0 works and displays both files and folders.
See picture for example. In the example the FTP directory only contains folders but as $Return_Type is set to 1 the same List in the ArrayDisplay should appear, but it does not.
This bug also occures in _FTP_ListToArray2D but NOT in _FTP_ListToArray
Attachments (2)
Change History (4)
Changed 13 years ago by Albeck
comment:1 Changed 13 years ago by anonymous
A corrected version of the function was first appended to ticket 1499. When that ticket was completed without fixing the issue, ticket 1970 was opened (and remains open). We're waiting for the fix in 1499 to be put into production.
comment:2 Changed 13 years ago by Jpm
- Resolution set to Duplicate
- Status changed from new to closed
at the time 1499 was fix it was as suggested definitly some subsequent posts was added to identified new bug. That the reason why 1970 was open.
don't open a new ticket for the same bug
Guidelines for posting comments:
- You cannot re-open a ticket but you may still leave a comment if you have additional information to add.
- In-depth discussions should take place on the forum.
For more information see the full version of the ticket guidelines here.
$Return_Type 0 stille fine