Line numbers
Posted: Thu May 01, 2008 1:52 am
I am having problems with line numbers. I edit text documents that have attributes attached as headers.
For example:
&ACCESS RVP
&REL 3
&PARAM EDITMASK = *
DEF production( )
Text Pad starts the line numbers at &ACCESS RVP I would like to stat at
DEF production() which is the start of the actual code. There for ignor all the &.
Example should look like this:
&ACCESS RVP
&REL 3
&PARAM EDITMASK = *
1 DEF production( )
Can this be done. Am I missing something simple
Thanks if you can help
For example:
&ACCESS RVP
&REL 3
&PARAM EDITMASK = *
DEF production( )
Text Pad starts the line numbers at &ACCESS RVP I would like to stat at
DEF production() which is the start of the actual code. There for ignor all the &.
Example should look like this:
&ACCESS RVP
&REL 3
&PARAM EDITMASK = *
1 DEF production( )
Can this be done. Am I missing something simple
Thanks if you can help