FlexPro
HistoryBase
Engineering
Training
Downloads
FlexPro-Support
Wissen
Community
Über Uns
Referenzen
Jobs
Allgemeiner Kontakt
Händlerverzeichnis
FlexPro-Support
DE
EN
FR
Placeholder
Produkte und Lösungen
Support und Downloads
Unternehmen
Magazin
Kontakt
Sprache
MyWeisang

Account Einstellungen

Topic

Breaking FP Script across lines

Startseite ' Community ' FPScript ' Breaking FP Script across lines

Anzeigen von 3-Stellen - 1 bis 3 (von insgesamt 3)
  • Autor
    Beiträge
  • #33625
    Anonym
    Gast

    Hello,

    I wondered whether it is possible to break FPScript code across lines?

    This would help with formatting and where formulas get quite long.

    Many thanks,

    Hugh

    #33626
    Hugh Neve
    Teilnehmer

    Hello,

    I wondered whether it is possible to break FPScript code across lines?

    This would help with formatting and where formulas get quite long.

    Many thanks,

    Hugh

    #33627
    Bernhard Kantz
    Teilnehmer

    One can split a line of FPScript code by using a underscore ‘_’ or backslash ” character at the end of a line like in the following example:

    [code]
    Dim result = List(_
    “I”, 42, _
    “II”, 1093, _
    “III”, 2.718, _
    “IV”, “Hello world!” _
    )
    [/code]

Anzeigen von 3-Stellen - 1 bis 3 (von insgesamt 3)
  • Du musst angemeldet sein, um auf dieses Thema antworten zu können.