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 TicketCleanup, 12 years ago

Version: Other

Automatic ticket cleanup.

comment:2 by jchd18, 12 years ago

The beta is correct. See other ticket.

comment:3 by J-Paul Mesnage, 12 years ago

Milestone: 3.3.11.6
Owner: set to J-Paul Mesnage
Resolution: Completed
Status: newclosed

Added by revision [10102] in version: 3.3.11.6

Modify Ticket

Action
as closed The owner will remain J-Paul Mesnage.

Add Comment


E-mail address and name can be saved in the Preferences .
 
Note: See TracTickets for help on using tickets.