Topic
Breaking FP Script across lines
Page d'accueil ' Communauté ' FPScript ' Casser le script FP entre les lignes
- Ce sujet contient 2 réponses, 3 participants et a été mis à jour pour la dernière fois par Bernhard Kantz, le il y a 8 années et 5 mois.
Voir les messages de 3 - 1 à 3 (sur un total de 3)
-
AuteurMessages
-
15.12.2016 à 09:46 #33625AnonymeInvité
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 à 09:46 #33626Hugh NeveParticipantHello,
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 à 08:26 #33627Bernhard 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:
[code]
Dim result = List(_
“I”, 42, _
“II”, 1093, _
“III”, 2.718, _
“IV”, “Hello world!” _
)
[/code] -
AuteurMessages
Voir les messages de 3 - 1 à 3 (sur un total de 3)
- Vous devez être connecté pour répondre à ce sujet.