You can now include line breaks in message boxes

 
You can now include line breaks in texts that are displayed in information windows and message boxes that are opened via Visual Installer's script language during an installation. This make long texts easier to read.

By inserting a "\n" in a text, a line break is added. See the picture below for an example:



When the script line at row 4 above is executed, the following message box is shown on the screen:



The MSGBOX script command is used to display a message box during an installation.

If you want to include an empty line in the text, it is also possible. If you insert two "\n" after each other, like "\n\n", then two line breaks are inserted in the text. This will create an empty line in the text. See the picture below for an example:



When the script line at row 4 above is executed, the following message box is shown on the screen:



As you can see there is an empty line between the headline and text row 1.
 
 
< Go back
     

 

SamLogic