Hi
I need to translate a seuqence of numbers 01000988 to another sequence format, 0010-01-0988 were the part 0010 is matched to the first four symbols of 01000988 the 01 is just Always 01 and 0988 should match the last 4 of 01000988
this is what I want the results to be
01000988 = 0010-01-0988
01000989 = 0010-01-0989
03400789 = 0034-01-0789
03401200 = 0034-01-1200
05000365 = 0050-01-0365
I need to translate a seuqence of numbers 01000988 to another sequence format, 0010-01-0988 were the part 0010 is matched to the first four symbols of 01000988 the 01 is just Always 01 and 0988 should match the last 4 of 01000988
this is what I want the results to be
01000988 = 0010-01-0988
01000989 = 0010-01-0989
03400789 = 0034-01-0789
03401200 = 0034-01-1200
05000365 = 0050-01-0365