Just wondering if this is a bug.
Local $a1[2] = [1,2] Local $a2[2] = [1,2] $cw = ConsoleWrite($a1 & @CRLF & $a2 & @CRLF & "some text" & @CRLF) ConsoleWrite("error and return = " & @error & " " & $cw & @LF)
Output..
>Running:(3.3.12.0)blah... --> Press Ctrl+Alt+F5 to Restart or Ctrl+Break to Stop error and return = 0 0 +>20:59:36 AutoIt3.exe ended.rc:0 >Exit code: 0 Time: 0.536
I understand an array might not have a value to display, there are other values in the expression that do.