What do you mean by insert a string break in a dialog? If you mean while printing a message, use something like:

MsgBox "Line 1" & CHR$(10) & "Line 2"

If you mean something else (which I can imagine, but is much more complicated) then we probably require more information.

The behavior with Print is different, by the way... A new dialog for each line.

Luiz Siqueira Neto wrote:

(OOo Basic)

I need put a "line-break" in a simple string inside of a dialog, how can I do 
that?
I try some like "\n" and "\r" but this simple don't work.

Thanks about some help

--
Andrew Pitonyak
My Macro Document: http://www.pitonyak.org/AndrewMacro.odt
My Book: http://www.hentzenwerke.com/catalog/oome.htm
Info:  http://www.pitonyak.org/oo.php
See Also: http://documentation.openoffice.org/HOW_TO/index.html

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to