-
FlexPro
- Zoom sur FlexPro
- Fonctionnalités & Options
- Domaines d’application
- Tous les avantages
- Nouveau dans FlexPro 2021
- Testez FlexPro gratuitement
- FlexPro View OEM Freeware
- Conseils d’achat
- Login
- Langue
- +49 6894 929600
- infoweisang.com
- Google Maps
- Produits
- News
- Support
- Société
- Emplois
- Contact
- Login
- Langue
- +49 6894 929600
- infoweisang.com
- Google Maps
wrapping the same line of code in a formula
- This topic has 2 replies, 2 voices, and was last updated 14 years, 8 months ago by Dermot Cradden.
Viewing 3 posts - 1 through 3 (of 3 total)
-
AuthorPosts
-
April 6, 2010 at 8:03 am #12570Dermot CraddenParticipant
Is it possible to have the same line of code wrap onto the next line in the formula window? I am concatenating values from several data series and it is creating very long lines of code.
April 6, 2010 at 8:03 am #8233Dermot CraddenParticipantIs it possible to have the same line of code wrap onto the next line in the formula window? I am concatenating values from several data series and it is creating very long lines of code.
April 6, 2010 at 8:14 pm #8921Bernhard KantzParticipantYou can split the lines by using an ‘_’ at the end (similar to Visual Basic):
Signal : Signal2 : Signal3
is the same as
Signal : _ Signal2 : _ Signal3
or
Signal _ : Signal2 _ : Signal3
The continuation character ‘_’ must be the last character on the line, but it basically can split an expression anywhere.
Support
support@weisang.com -
AuthorPosts
Viewing 3 posts - 1 through 3 (of 3 total)
- You must be logged in to reply to this topic.