How can I format the text of my install to go to the next line?
| Article:HOWTO4499 | | | Created: 2005-09-23 | | | Updated: 2007-04-27 | | | Article URL http://www.symantec.com/docs/HOWTO4499 |
Question
How can I format the text of my install?
Answer
Wise has a pre-defined variable, %CRLF%, that holds the value of a carriage return/line feed. Place this variable at the end of an existing variable.
Example: %MAINDIR%%CRLF%
This causes the value of MAINDIR to break a string into an appropriate list of information.
For example, use a While Statement in your script to read a file (.txt, .ini, Autoexec.bat, and so on) with the goal to generate a list of information. Without using the %CRLF% variable, the While Statement will return information as a string. %CRLF% breaks the string into smaller pieces suitable for listing.
Legacy ID
2545
Article URL http://www.symantec.com/docs/HOWTO4499
Terms of use for this information are found in Legal Notices









Thank you.