Modify ↓
Opened on Aug 19, 2014 at 3:19:29 PM
Closed on Nov 6, 2018 at 2:37:10 AM
#2845 closed Bug (Rejected)
Empty Array isn't Empty
| Reported by: | anonymous | Owned by: | Jon |
|---|---|---|---|
| Milestone: | Component: | AutoIt | |
| Version: | 3.3.13.17 | Severity: | None |
| Keywords: | array empty | Cc: |
Description
Local isntEmpty = [] Local isntEmpty2 [] = []
These two arrays shouldn't contain an empty string. They should be empty.
Attachments (0)
Change History (2)
comment:1 by , on Aug 19, 2014 at 3:50:19 PM
| Owner: | set to |
|---|---|
| Status: | new → assigned |
comment:2 by , on Nov 6, 2018 at 2:37:10 AM
| Resolution: | → Rejected |
|---|---|
| Status: | assigned → closed |
Not sure if this bug was fixed or not, but the test scripts no longer run under the current version of AutoIt, so this can't happen at this time. Closing the ticket to clean up the bug tracker from unnecessary clutter.
Note:
See TracTickets
for help on using tickets.

Not a regression - 3.3.12.0 gives the same result.
It seems that assigning empty elements actually adds an element unless the array size is specifically set to 0.
M23