-
FlexPro
- Auf einen Blick
- Features & Optionen
- Einsatzgebiete
- Alle Vorteile
- Neu in FlexPro 2021
- FlexPro gratis testen
- FlexPro View OEM Freeware
- Kaufberatung
- Login
- Language
- +49 6894 929600
- infoweisang.com
- Google Maps
- Produkte
- News
- Support
- Unternehmen
- Jobs
- Kontakt
- Login
- Language
- +49 6894 929600
- infoweisang.com
- Google Maps
Breaking FP Script across lines
- Dieses Thema hat 2 Antworten sowie 3 Teilnehmer und wurde zuletzt vor vor 7 Jahren, 11 Monaten von Bernhard Kantz aktualisiert.
Viewing 3 posts - 1 through 3 (of 3 total)
-
AutorBeiträge
-
Dezember 15, 2016 um 9:46 am Uhr #12914Hugh NeveTeilnehmer
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
Dezember 15, 2016 um 9:46 am Uhr #8573AnonymGastHello,
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
Dezember 16, 2016 um 8:26 am Uhr #12915Bernhard 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:
Dim result = List(_ "I", 42, _ "II", 1093, _ "III", 2.718, _ "IV", "Hello world!" _ )
-
AutorBeiträge
Viewing 3 posts - 1 through 3 (of 3 total)
- Du musst angemeldet sein, um auf dieses Thema antworten zu können.