Hello,
I tried searching thru the forum but I couldn't find an answer to this question:

I have a string of text that I would like to put into columns based on the start and end position. For example, this is my text:

123ABC456DEF

Column 1 would be from position 0 - 4
Column 2 would be from position 5 - 6
Column 3 would be from 7 - 10

123A | BC | 456DEF

Is this possible?