Modify ↓
Opened 6 years ago
Closed 5 years ago
#3732 closed Feature Request (Rejected)
_Excel_BookList
| Reported by: | seadoggie01 | Owned by: | water |
|---|---|---|---|
| Milestone: | Component: | Standard UDFs | |
| Version: | Severity: | None | |
| Keywords: | _Excel_BookList, _Excel_SheetList | Cc: |
Description
_Excel_BookList returns an array of [Object, Name, Path]
_Excel_SheetList returns an array of [Name, Object]
Can we switch one of these to match the other? It's difficult to remember which one is the object without referencing the documentation every time the functions are used
Attachments (0)
Change History (4)
comment:1 by , 6 years ago
| Version: | 3.3.14.5 |
|---|
comment:2 by , 6 years ago
| Component: | AutoIt → Standard UDFs |
|---|
comment:3 by , 5 years ago
| Owner: | set to |
|---|---|
| Status: | new → assigned |
comment:4 by , 5 years ago
| Resolution: | → Rejected |
|---|---|
| Status: | assigned → closed |
"Fixing" this problem results in a script breaking change. Changing the order of the returned data does not add any value to the function but a lot of work for existing users. If the user reads the documentation he can easily see the difference in the returned data of the two functions.
Note:
See TracTickets
for help on using tickets.

Automatic ticket cleanup.