Quantcast
Channel: AutoIt v3 - Developer Chat
Viewing all articles
Browse latest Browse all 750

ConsoleWrite

$
0
0

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.

 


Viewing all articles
Browse latest Browse all 750

Latest Images

Trending Articles



Latest Images