Dialog Editor. How to force carriage return
Posted: Mon Feb 19, 2007 9:55 am
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
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