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???
Archive: MessageBox line length
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???
try this
possibility: specify "$\r$\n" in the string you want to display.
This will force moving to a new line.
- :D Smile2Me :D -
thanx.
works great!!