epenney
10-09-2009, 06:08 AM
I have a series of numbers each containing 7 characters and I need to replace the 3rd character with a 2 if it is 1 and a 1 if it is 2.
e.g. 1111111 becomes 1121111 and 2222222 becomes 2212222
I can't simply use the replace function so any ideas how I do it? Thanks
e.g. 1111111 becomes 1121111 and 2222222 becomes 2212222
I can't simply use the replace function so any ideas how I do it? Thanks