Line numbers with leading zero's
Posted: Tue Feb 02, 2010 4:28 pm
I would like to be able to replace the first 6 characters of a line with sequential line numbers that have leading zeros.
The first six characters in the lines are a combination of Uppercase Alphabetic, Numbers and other characters such as * > ?
I intend to use ^...... (Carat followed by six period characters) to identify the first six characters in the line. What Replace expression do I need to generate line numbers in the form of:
000010
000020
000030
.. etc
The first six characters in the lines are a combination of Uppercase Alphabetic, Numbers and other characters such as * > ?
I intend to use ^...... (Carat followed by six period characters) to identify the first six characters in the line. What Replace expression do I need to generate line numbers in the form of:
000010
000020
000030
.. etc