Anand,
Thanks for the suggestion. I did install CVI and tried to debug the function that you pointed out, but found that I couldn't remove the lines. They seemed to be entered in the "Process Step Result" ActiveX call in the "ProcessOTFStepResult" sequence in the "reportgen_html.seq" file.
So my attempt at a solution was to add a step AFTER the "Process Step Results" step (where the Locals.ReportBody is generated) and REMOVE the unwanted lines from the Locals.ReportBody. The Precondition does a "Find(Locals.ReportBody, "\lib_Functions.seq") - the lib_Functions.seq is the file that I DON'T want in the report output. But for some reason, even though I've shortened the Locals.ReportBody string, the original lines are still
entered into the report, I can't figure out why contents of the Locals.ReportBody are being bypassed in the "Set Report" step farther down the sequence.
Mike