C
Chris Mitchell
I have a list where the contents are of variable length, but fit a pattern,
e.g. "variable length string MON DD, variable length string", where MON DD
= Month and Day and MON is variable, i.e. Jan, Feb etc.
I want to split the text to columns at the Month, so need to be able to
split on 6 characters (including the space) before the comma.
How can I do this?
Or is there a different/better way to do this?
TIA.
Chris.
e.g. "variable length string MON DD, variable length string", where MON DD
= Month and Day and MON is variable, i.e. Jan, Feb etc.
I want to split the text to columns at the Month, so need to be able to
split on 6 characters (including the space) before the comma.
How can I do this?
Or is there a different/better way to do this?
TIA.
Chris.