// Deletes a row, or rows, with labels containing // a specified string from the results tabel. // // Author: Tiago Ferreira label = getString("Delete rows containing:", ""); all = getBoolean("Delete all rows?\n(Choose No to delete only 1st occurrence)"); deleteChosenRows(label, all); function deleteChosenRows(string, recursive) { for (i=0; i