FlexPro
HistoryBase
Ingénierie
Formation
Téléchargements
Support FlexPro
Connaissance
Communauté
À propos de nous
Références
Emplois
Contact général
Liste des revendeurs
Support FlexPro
FR
DE
EN
Porte-plaquette
Produits et solutions
Support et téléchargements
Entreprise
Magazine
Contact
Langue
MyWeisang

Paramètres du compte.

Topic

wrapping the same line of code in a formula

Page d'accueil ' Communauté ' Généralités ' envelopper la même ligne de code dans une formule

Voir les messages de 3 - 1 à 3 (sur un total de 3)
  • Auteur
    Messages
  • #33775
    Dermot Cradden
    Participant

    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.

    #33777
    Dermot Cradden
    Participant

    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.

    #33776
    Bernhard Kantz
    Participant

    You can split the lines by using an ‘_’ at the end (similar to Visual Basic):
    [code]Signal : Signal2 : Signal3[/code]is the same as
    [code]Signal : _
    Signal2 : _
    Signal3[/code]or
    [code]Signal _
    : Signal2 _
    : Signal3
    [/code]
    The continuation character ‘_’ must be the last character on the line, but it basically can split an expression anywhere.

    Support
    support@weisang.com

Voir les messages de 3 - 1 à 3 (sur un total de 3)
  • Vous devez être connecté pour répondre à ce sujet.