﻿id	summary	reporter	owner	description	type	status	milestone	component	version	severity	resolution	keywords	cc
919	Binary() is ignored in ConsoleWrite()	jchd	Valik	"The code below shows the problem.

{{{
Global $s = ""Bug""

ConsoleWrite(Binary(""Bug""))		; here Binary() is completely ignored!
ConsoleWrite(@LF)

ConsoleWrite(Binary($s))		; again Binary() is completely ignored!
ConsoleWrite(@LF)

ConsoleWrite(Binary(""Correct"") & @LF)	; a concatenation is a workaround

ConsoleWrite(Binary(""Correct"") & """")	; any concatenation is a workaround
ConsoleWrite(@LF)
}}}"	Bug	closed	3.3.1.0	AutoIt	3.3.0.0	Blocking	Fixed		
