Hi I have been running into a problem that seem to be giving me a hard time.
I am parsing a document that is filled with numbers that looks like this.
(KML001-002-003-004-XML001005)
I need the output to look like this;
KML001
KML002
KML003
XML001
XML002
XML003
XML004
XML005
Then I need to fill in the missing numbers between the ^ sign.
Any thoughts how this could be done would be great.
Thanks in advance.