note=This project is an example of extracting data from a report and outputting it in a more compact format.
note=
note=Most of the input data lines consist of a series of numbers delimited by "|"s with spaces around them. To see the input-file press F8 a few times to step past the input command at the start of the program and then look at the file-view for the input file.
note=
note=The output is in comma-separated format, suitable for reading into Microsoft Excel (for example) for further analysis.
note=
note=This program uses a number of advanced features :-
note= - the matches operator in a 'do while matches' loop
note= - auxiliary file-variables (years and counts)