Hi
I think you want 2.x 2.A 2.B 2.C 3.A 3.B to come out as either:
x, A, B, C, A, B
or
2, 2, 2, 2, 3, 3
is this correct?
There is no built-in functions to do this, but the code below, inserted into a module, can give you these results. Pls note I have made the length of the string optional...