This will put the line feeds back in:
Code:
Messagebox('Ready to Logon with following information:'+@CRLF
+'Username: '+@userid+@CRLF
+'IP:'+@ipaddress0+@CRLF
+'Inlogserver: '+$servernaam+@CRLF
+'PC naam: '+@wksta+@CRLF
+'Domein: '+@domain+@CRLF
,'Information'
,0)