LineErase

Description #

Deletes a line from a file starting at the specified line and if specified, deletes that many more lines from the file. This is NOT an undoable operation, so be careful.

Technical Details #

Arguments #

det(7,“FILENAME”,delete_this_line,[and_these_many_more])

Outputs #

Deletes lines from a specified file.