home *** CD-ROM | disk | FTP | other *** search
-
- // remove sections looking like this :-
-
- // Summary ...
- // ...
- // Total ...
-
- input "report.txt"
-
- do
- copy lines until (line beginsWith "Summary")
- skip lines until (line beginsWith "Total")
-
- // comment out the next line to make the program run faster
- refresh
-
- loop until (noneLeft input)
-