Modify ↓
Opened 12 years ago
Closed 7 years ago
#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 , 12 years ago
| Owner: | set to |
|---|---|
| Status: | new → assigned |
comment:2 by , 7 years ago
| 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