-
FlexPro
- At a Glance
- Features & Options
- Applications
- All Advantages
- What’s New in FlexPro 2021
- Try FlexPro For Free
- FlexPro View OEM Freeware
- Buying Guide
- Login
- Language
- +49 6894 929600
- infoweisang.com
- Google Maps
- Products
- News
- Support
- Company
- Contact
- Login
- Language
- +49 6894 929600
- infoweisang.com
- Google Maps
Breaking FP Script across lines
- This topic has 2 replies, 3 voices, and was last updated 7 years, 11 months ago by Bernhard Kantz.
Viewing 3 posts - 1 through 3 (of 3 total)
-
AuthorPosts
-
December 15, 2016 at 9:46 am #12914Hugh NeveParticipant
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
December 15, 2016 at 9:46 am #8573AnonymousGuestHello,
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
December 16, 2016 at 8:26 am #12915Bernhard KantzParticipantOne 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!" _ )
-
AuthorPosts
Viewing 3 posts - 1 through 3 (of 3 total)
- You must be logged in to reply to this topic.