Home > Community > General > wrapping the same line of code in a formula > Antwort auf: wrapping the same line of code in a formula

#8921
Bernhard KantzBernhard Kantz
Teilnehmer

You can split the lines by using an ‘_’ at the end (similar to Visual Basic):

Signal : Signal2 : Signal3

is the same as

Signal : _
Signal2 : _
Signal3

or

Signal _
: Signal2 _
: Signal3

The continuation character ‘_’ must be the last character on the line, but it basically can split an expression anywhere.

Support
support@weisang.com