﻿id	summary	reporter	owner	description	type	status	milestone	component	version	severity	resolution	keywords	cc
1844	SplashTextOn crops variable when used with opt 32 and @CRLF / @LF	anonymous	Jon	"This short snippet shows the problem.
Notice how line two disappears on the second ""flash""

I want to use it to attract user attention in case anybody wonders :)

{{{
$splashtext = ""Line one"" & @LF & ""Line two""
SplashTextOn("""", $splashtext, -1, -1, -1, -1, 32 + 1)
Sleep(1000)
SplashOff()
Sleep(500)
SplashTextOn("""", $splashtext, -1, -1, -1, -1, 32 + 1)
Sleep(1000)
SplashOff()
}}}"	Bug	closed	3.3.7.2	AutoIt	3.3.6.1	None	Fixed		
