Split Text
Splits delimited text and returns a specific portion based on an offset.
| Parameter | Description | 
|---|---|
| Value | Some text which has been concatenated using a delimiter e.g. “01.100.7000”. | 
| Offset | Identify which portion of the text to return. | 
| Delimiter | Defaults to “.” if you leave this parameter blank but you can override it to any delimiter. | 
Example =E4A_Split_Text(“01.100.7000”,2) will return the “100” portion of the text.