The source project of this merge request has been removed.
Issue #175 - Update erase-rows.scm to allow a user-specified number of rows to skip....
(Proposed Fix for issue #175 (closed)) Update erase-rows.scm create new function script-fu-erase-nth-rows allowing a user-specified number of rows to skip. Original function script-fu-erase-rows is retained as a call to the general method with nth = 2 to reduce duplicated code.