Two ways to do this.

-1 the way richard said. Would be something like this:
Code:

MessageBox ("line1" + @crlf + "line2","tilte",64)



-2 or the way the manual explains it. Like this:

Code:

MessageBox ("line1" + Chr(13) + Chr(10) + "line2","tilte",64)



Richard's way is less code.
_________________________
Mart

- Chuck Norris once sold ebay to ebay on ebay.