Page 1 of 1

Dialog Editor. How to force carriage return

Posted: Mon Feb 19, 2007 9:55 am
by emu99
Hi,

I'm creating some own dialogs, sometimes text quiet long.
Is there a variable or option to enforce the text to be displayed in a new line ?
E.g. following text should be displayed in one caption,

"Error during operation for $TITLE$. ERROR: $ERRORCODE$ $MSI_ERROR$"

should be displayed like this:
Error during operation for $TITLE$.
ERROR: $ERRORCODE$
$MSI_ERROR$"

thx in advance

Posted: Mon Feb 19, 2007 2:42 pm
by Pete B
Hi
Absolutely, use $NEWLINE$ in your text. Use 2 or more of them if you need to create spaces between lines of text.

best wishes

Pete B.