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). If residual text exists, this is sent at Output 6. The module can be extended as desired by linking further "text in lines (strict)" modules. Each last output of a module (cascading output) must be linked to the first input of the next module.
2.Inputs
No. | Name | Initialisation | Description |
---|---|---|---|
1 | E1 Text | "" | Text to be broken up into lines |
2 | E2 Len | 0 | Maximum number of characters in a line |
3.Outputs
No. | Name | Initialisation | SBC | Description |
---|---|---|---|---|
1 | A1 Z1 | "" | s | Line 1 of the text |
2 | A2 Z2 | "" | s | Line 2 of the text |
3 | A3 Z3 | "" | s | Line 3 of the text |
4 | A4 Z4 | "" | s | Line 4 of the text |
5 | A5 Z5 | "" | s | Line 5 of the text |
6 | A6 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: | 17730 |
Category: | Text functions |