I have some text in a variable %UGTEXT1% which is set at runtime. I want to add this to the 'Ready to Install dialog's Resource DLG_READYTOINSTALL_TEXT before the standard text 'If you want to review or change any of your installation settings, click Back. Click Cancel to exit the program.' The following text set in 'Edit Text Resource Properties' displays ok without more than one newline:

%UGTEXT1%\nIf you want to review or change any of your installation settings, click Back. Click Cancel to exit the program.

but adding more that one newline as follows only displays the %UGTEXT% text and not the standard text:

%UGTEXT1%\n\n\n\nIf you want to review or change any of your installation settings, click Back. Click Cancel to exit the program.

It appears that only one newline \n can be added? Am I doing something wrong?

Andrew