Question:
How can I insert a line break in an E3 script?
Solution:
To do so, you must use an underscore character in the end of the line. For example:
vector = Array(“Test1”, “Test2”, “Test3”, “Test4”,_
“Test5”, “Test6”, “Test7”)
“Test5”, “Test6”, “Test7”)