Modify ↓
      
        Opened 12 years ago
Closed 12 years ago
#2702 closed Feature Request (Completed)
_ArrayTranspose - Return Value - proposal
| Reported by: | mLipok | Owned by: | Jpm | 
|---|---|---|---|
| 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 Changed 12 years ago by TicketCleanup
- Version Other deleted
comment:2 Changed 12 years ago by jchd18
The beta is correct. See other ticket.
comment:3 Changed 12 years ago by Jpm
- Milestone set to 3.3.11.6
- Owner set to Jpm
- Resolution set to Completed
- Status changed from new to closed
Added by revision [10102] in version: 3.3.11.6
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.
Note: See
        TracTickets for help on using
        tickets.
    

Automatic ticket cleanup.