1.Description
This module separates a text using a separating character (separator). The text can contain any desired number of separators. The separator is defined as ASCII code in Input 2. Which of the separated texts is sent on Output 1 can be selected via a position number (Input 3). The number of the text elements determined is output via Output 2. See also example (below).
2.Inputs
No. | Name | Initialisation | Description |
---|---|---|---|
1 | E1 Text | "" | Text |
2 | E2 Separator | 0 | Separator (ASCII code) |
3 | E3 Pos | 0 | Position |
3.Outputs
No. | Name | Initialisation | SBC | Description |
---|---|---|---|---|
1 | A1 Text | "" | s | Text |
2 | A2 Elements | 0 | s | Number of elements |
s = send, sbc = send by change
5.Other
Recalculation during start: | No |
---|---|
Module is retentive: | No |
Internal designation: | 17750 |
Category: | Text functions |