﻿id	summary	reporter	owner	description	type	status	milestone	component	version	severity	resolution	keywords	cc
2702	_ArrayTranspose - Return Value - proposal	mLipok	Jpm	"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

"	Feature Request	closed	3.3.11.6	Standard UDFs		None	Completed		
