Goals and Symptoms
How can I introduce a control character "carriage return" in a String?
String = "message"+ CR (carriage return)
Facts and Changes
Vijéo-Designer V4.2
Causes and Fixes
In Java, the "carriage return" character is "\n". So, to insert a carriage return into a string, use this character in a string concatenation expression.
The file name is: "carriage return.zip".
The script action inside the switch, You will see the syntax for string concatenation and how the carriage return character is used.