Hi,
I want to split a string from label and store it in a collection, i also want to add indexes to splitted text.
Example:
My label("Resulting_Text"is the name of the label) looks like this "E123a E143b E156f". I want my collection to have 2 columns("Index" and "Value" are the names of the columns).
Collection should look like this:
Index Value
0 E123a
1 E143b
2 E156f
Pls help
Thank you