// Script Handling private void B_HLCMD_Click(object sender, EventArgs e) { int ctr = Util.highlightText(RTB_OSP, "**", Color.Red) + Util.highlightText(RTB_MSP, "**", Color.Red) / 2; Util.Alert($"{ctr} instance{(ctr > 1 ? "s" : "")} of \"*\" present."); }