Skip to main content

Split Text

Splits delimited text and returns a specific portion based on an offset.

ParameterDescription
ValueSome text which has been concatenated using a delimiter e.g. “01.100.7000”.
OffsetIdentify which portion of the text to return.
DelimiterDefaults 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.

Was this article helpful?

We're sorry to hear that.