Modify ↓
Opened 12 years ago
Closed 12 years ago
#2702 closed Feature Request (Completed)
_ArrayTranspose - Return Value - proposal
| Reported by: | mLipok | Owned by: | J-Paul Mesnage |
|---|---|---|---|
| Milestone: | 3.3.11.6 | Component: | Standard UDFs |
| Version: | Severity: | None | |
| Keywords: | Cc: |
Description
Please consider to add new @error return
@error: 2 - $aArray is not an array
REPRO (actual its look like that):
#include <Array.au3>
Local $aArray = 1
_ArrayTranspose($aArray)
ConsoleWrite('AutoIt ' & @AutoItVersion & ': Console output: @error = ' & @error & @CRLF)
AutoIt 3.3.10.2: Console output: @error = 1
AutoIt 3.3.11.5: Console output: @error = 0
Attachments (0)
Change History (3)
comment:1 by , 12 years ago
| Version: | Other |
|---|
comment:3 by , 12 years ago
| Milestone: | → 3.3.11.6 |
|---|---|
| Owner: | set to |
| Resolution: | → Completed |
| Status: | new → closed |
Added by revision [10102] in version: 3.3.11.6
Note:
See TracTickets
for help on using tickets.

Automatic ticket cleanup.