Line numbers adder

derez

Expert
Licensed User
Longtime User
For those who write long programs that need additional text files as source code, here is a short program that adds line numbers to the code lines in these text files.
You start with the last line of the code in the B4PPC editor ,select the source text file (which appears first in the component list), then select the output file. You will see the last line number and by pressing "start at" it will move to the fist box, ready for the next file.
You can immediately view the modified text file.
I hope it can be useful.:)
David
 

Attachments

  • line.sbp
    2.4 KB · Views: 262
  • LineAdd.zip
    54.6 KB · Views: 231
Top