Text in lines
Contents

1.Description

The module breaks up the text at Input 1 into single lines. The maximum number of characters is defined in a line (Input 2). The module attempts to separate the lines in such a way that separation occurs at blank spaces. If residual text exists, this is sent at Output 6. The module can be extended as desired by linking further "text in lines" modules. Each last output of a module (cascading output) must be linked to the first input of the next module.

2.Inputs

No.NameInitialisationDescription
1E1 Text""
Text to be broken up into lines
2E2 Len0
Maximum number of characters in a line

3.Outputs

No.NameInitialisationSBCDescription
1A1 Z1""s
Line 1 of the text
2A2 Z2""s
Line 2 of the text
3A3 Z3""s
Line 3 of the text
4A4 Z4""s
Line 4 of the text
5A5 Z5""s
Line 5 of the text
6A6 Rest/Casc""s
Cascading output; connection output to next module (the extra text is at this output)
s = send, sbc = send by change

4.Other

Recalculation during start:No
Module is retentive:No
Internal designation:17729
Category:Text functions

5.Similar functions

Ring memory (text)
Ring memory (text) with timestamp
Text in lines (strict)
Truncate text (soft)
Truncate text (hard)
Separate text
Text length
Text trigger
Compile texts
Compare texts
Text selector
Inverse selector
TextEdit
NumbersEdit
Add leading zeros
Text comparator (8x)