Separate text
Contents

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.NameInitialisationDescription
1E1 Text""
Text
2E2 Separator0
Separator (ASCII code)
3E3 Pos0
Position

3.Outputs

No.NameInitialisationSBCDescription
1A1 Text""s
Text
2A2 Elements0s
Number of elements
s = send, sbc = send by change

4.Example

Input 1Input 2Input 3Output 1Output 2
This#is#a#text350This4
This#is#a#text352a4

5.Other

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

6.Similar functions

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