Topic
Breaking FP Script across lines
Startseite ' Community ' FPScript ' Breaking FP Script across lines
- Dieses Thema hat 2 Antworten sowie 3 Teilnehmer und wurde zuletzt vor vor 8 Jahren, 5 Monaten von Bernhard Kantz aktualisiert.
Anzeigen von 3-Stellen - 1 bis 3 (von insgesamt 3)
-
AutorBeiträge
-
15.12.2016 um 09:46 Uhr #33625AnonymGast
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
15.12.2016 um 09:46 Uhr #33626Hugh NeveTeilnehmerHello,
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
16.12.2016 um 08:26 Uhr #33627Bernhard KantzTeilnehmerOne 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] -
AutorBeiträge
Anzeigen von 3-Stellen - 1 bis 3 (von insgesamt 3)
- Du musst angemeldet sein, um auf dieses Thema antworten zu können.