string manipulation - adding spaces between number

  • Thread starter Thread starter wingers
  • Start date Start date
W

wingers

Guest
Hi

I have the need to modify an existing string by a) removing some characters from start and b) adding space between each number left.

e.g.

ID: 1234567890

I want to remove ID: and put spaces between rest so would end up with.

1 2 3 4 5 6 7 8 9 0

The bit to remove at the beginning will always be the same e.g. ID: but the numbers will vary, it wall always been 10 digits however.

Any ideas on best way to achieve this please?


Thank you very much


Darren Rose

Continue reading...
 
Back
Top