﻿id	summary	reporter	owner	description	type	status	milestone	component	version	severity	resolution	keywords	cc
2688	StringToBinary + ConsoleWrite	grass.dennis@…		"ConsoleWrite-Output is the same as written in StringToBinary if & @LF is not used.

Code to test:


{{{

$b = StringToBinary(""test"")

ConsoleWrite(""=== Binary Test ==="" & @LF & @LF)
ConsoleWrite(""Binary with LF:"" & @LF)
ConsoleWrite($b & @LF)
ConsoleWrite(""Just Binary:"" & @LF)
ConsoleWrite($b)
ConsoleWrite(@LF) ;Übersicht
ConsoleWrite(""Binary with empty string:"" & @LF)
ConsoleWrite($b & """")
ConsoleWrite(@LF) ;Übersicht
ConsoleWrite(""=== === ==== === ==="" & @LF)
}}}
"	Bug	closed		AutoIt	3.3.10.2	None	No Bug		
