Topic
Zeilenumbruch in FP-Script
- This topic has 2 replies and 2 voices and was last updated 14 years, 8 months ago ago by Stefan Palaveev.
Viewing 3 posts - 1 through 3 (of 3 total)
-
AuthorPosts
-
16.10.2010 at 01:12 #33160Stefan PalaveevParticipant
Hallo,
ich habe in mener Formel relativ lange Ausdrücke, die zu sehr langen Zeilen führen. Ist ein Zeilenumbruch möglich und wie?
Vielen Dank und Grüße
16.10.2010 at 01:12 #33162Stefan PalaveevParticipantHallo,
ich habe in mener Formel relativ lange Ausdrücke, die zu sehr langen Zeilen führen. Ist ein Zeilenumbruch möglich und wie?
Vielen Dank und Grüße
16.10.2010 at 01:52 #33161Bernhard KantzParticipantYes, linke breaks are possible. You can use the line continuation character ‘_’ as the last character in a line to split a line at an arbitrary position:
[code]
sig = Signal((100, 0, 2), _
(100, 0, 1))
[/code]
Support
support@weisang.com -
AuthorPosts
Viewing 3 posts - 1 through 3 (of 3 total)
- You must be logged in to reply to this topic.