computergroove 33 Posted January 22, 2011 (edited) Sorry to ask again but I cannot find it with the search function on the site nor in the help file (you would think it would be part of the example of MsgBox). Msgbox(0,"error", "This is a carriage return (carriage return)This is the second line") Thanks Edited January 22, 2011 by computergroove Get Scite to add a popup when you use a 3rd party UDF -> http://www.autoitscript.com/autoit3/scite/docs/SciTE4AutoIt3/user-calltip-manager.html Share this post Link to post Share on other sites
somdcomputerguy 103 Posted January 22, 2011 (edited) Look in the Macro Reference section of the Helpfile. Specifically, @CR, @LF, and @CRLF.edit: oh yeah, don't forget the & character, to concatenate. Edited January 22, 2011 by somdcomputerguy - Bruce /*somdcomputerguy */ If you change the way you look at things, the things you look at change. Share this post Link to post Share on other sites
trancexx 1,013 Posted January 22, 2011 And StringFormat() and Chr() while at it. ♡♡♡ . eMyvnE Share this post Link to post Share on other sites