Skip to content
⌘ NSIS Forum Archive

MessageBox line length

3 posts

ViperInc#

MessageBox line length

hi..
just a simple question..

can u specify the lengths of text in the message box?
i want to put 3 words on 1 line, then 10 in the next and 4 in the last, etc.

is there anyway of doing this???
Guest#
try this

possibility: specify "$\r$\n" in the string you want to display.
This will force moving to a new line.

- 😁 Smile2Me 😁 -