Talk:Something is missing in the FAQ: Difference between revisions
From NSIS Wiki
Jump to navigationJump to search
No edit summary |
No edit summary |
||
Line 7: | Line 7: | ||
Thanks | Thanks | ||
Leo | Leo | ||
You can do that by adding the following (without the quotes of course) : '$\r$\n' | |||
MessageBox MB_ICONEXCLAMATION|MB_OK "This is line 1$\r$\nThis is line 2." | |||
Dennis |
Latest revision as of 10:32, 6 November 2005
Line feed, carriage return in Messagebox Hallo,
how can I realize a line feed, carriage return in a Messagebox?
Thanks Leo
You can do that by adding the following (without the quotes of course) : '$\r$\n'
MessageBox MB_ICONEXCLAMATION|MB_OK "This is line 1$\r$\nThis is line 2."
Dennis