Menu

How to insert increament numbers

2007-08-22
2012-11-13
  • Nobody/Anonymous

    Hi, all:

    I want to insert auto-increament numbers at beginning of each line:

    001 ...
    002 ...
    003 ...

    Can I do this and how to do it? Thanks

     
    • Nobody/Anonymous

      Thanks, grep.

      Now I know how to do this. But what about following requirement:

      I already have some lines:

      line 1 ...
      line 2 ...
      ...

      And I want to add those auto-increment numbers like this:

      line 1 ...
      01
      line 2 ...
      02
      ...

      Any chance I can do this? Thanks.

       
    • Greg Bullock

      Greg Bullock - 2007-08-23

      Edit: Column Editor...

      Regards.
      Greg

       
    • John Bowman

      John Bowman - 2007-08-23

      i wanna do this to. like

      00010 ...
      00020 ...
      00030 ...

      how can we do this?

      thanks!

       
    • John Bowman

      John Bowman - 2007-08-23

      O I C Alt+C
      set to number to insert etc... Thanks greg