Hello Guest it is April 26, 2024, 12:02:17 PM

Author Topic: suggestion  (Read 3911 times)

0 Members and 1 Guest are viewing this topic.

Offline Psad

*
  •  82 82
    • View Profile
suggestion
« on: June 19, 2006, 04:33:33 AM »
could you set line numbers to increment by two or four so we can add lines without renumbering everyone.
for that matter a renumber command would be nice.
Re: suggestion
« Reply #1 on: June 19, 2006, 07:14:12 AM »
For you I think I can do that :) I will look into doing it this week
Fixing problems one post at a time ;)

www.newfangledsolutions.com
www.machsupport.com

Amnz

*
Re: suggestion
« Reply #2 on: June 19, 2006, 08:54:21 AM »
Hi Brian,
  Thanks!  I think I will find that feature handy too!

John (Bloy)

Offline Psad

*
  •  82 82
    • View Profile
Re: suggestion
« Reply #3 on: June 19, 2006, 11:23:16 AM »
Thought of a real easy way. 
Just add a zero to each line number or mulitply the existing line number by 10 at the output.
thanks in advance as alway
Re: suggestion
« Reply #4 on: June 20, 2006, 12:13:43 PM »
I put everything in the code to make it do this when I wrote it :) I didn't add it to the gialog because I didn't know if people would want it... (it is a bit of an old school thing)

Thanks
Brian
Fixing problems one post at a time ;)

www.newfangledsolutions.com
www.machsupport.com
Re: suggestion
« Reply #5 on: June 21, 2006, 08:56:30 PM »
It is in :)
If you put a line Inc of 5 it will do the following

N5
N10
N15
N20 ....


If you have an Inc of Zero it will not put in the line numbers :) (that is how I line it ;) )

hope that is what you were looking for
Brian
Fixing problems one post at a time ;)

www.newfangledsolutions.com
www.machsupport.com