﻿id	summary	reporter	owner	description	type	status	milestone	component	version	severity	resolution	keywords	cc
3557	Can't concatenate other strings to BinaryToString	Relive		"{{{
msgbox(0, '', BinaryToString(0x41) & chr(117)) ; Spells ""Au""
msgbox(0, '', Chr(116) & Chr(111) & BinaryToString(0x49) & chr(116)) ; Spells ""toIt""
msgbox(0, '', 'Auto' & BinaryToString(0x49) & chr(116)) ; Spells ""AutoIt""
}}}

Any kind of string concatenation after BinaryToString() is ""cut off""."	Bug	closed		AutoIt	3.3.14.2	None	No Bug	binarytostring, string, concatenate	
