So I made a script to read a file for two specific strings, and return the line numbers. I want to delete everything in between.
I thought there would be an opposite to FileWritetoLine, like FileDeleteLine....
So for example sake... If I have START at line 50, and END at line 100, and I want to delete everything in between, can it be done?
I thought there would be an opposite to FileWritetoLine, like FileDeleteLine....
So for example sake... If I have START at line 50, and END at line 100, and I want to delete everything in between, can it be done?