FlexPro
HistoryBase
Engineering
Training
Downloads
FlexPro Support
Knowledge
Community
About us
References
Jobs
General Contact
List Of Retailers
FlexPro Support
EN
DE
FR
Placeholder
Products and Solutions
Support and Downloads
Company
Magazine
Contact Us
Language
MyWeisang

Account settings

Topic

Zeilenumbruch in FP-Script

Home page Community FPScript Line break in FP-Script

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #33160
    Stefan Palaveev
    Participant

    Hallo,

    ich habe in mener Formel relativ lange Ausdrücke, die zu sehr langen Zeilen führen. Ist ein Zeilenumbruch möglich und wie?

    Vielen Dank und Grüße

    #33162
    Stefan Palaveev
    Participant

    Hallo,

    ich habe in mener Formel relativ lange Ausdrücke, die zu sehr langen Zeilen führen. Ist ein Zeilenumbruch möglich und wie?

    Vielen Dank und Grüße

    #33161
    Bernhard Kantz
    Participant

    Yes, linke breaks are possible. You can use the line continuation character ‘_’ as the last character in a line to split a line at an arbitrary position:
    [code]
    sig = Signal((100, 0, 2), _
    (100, 0, 1))
    [/code]
    Support
    support@weisang.com

Viewing 3 posts - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.