I have a series of codes which are missing 0s in them. Each code should be 8 characters with 0s in the middle.
AGO1Y should be AGO0001Y
ACI194F should be ACI0194F
The number of characters vary and so the number of 0s needed will vary. However the 0s would need to go after the 3rd character and the total number of characters will be 8.
Any idea how i can do this?