Cancel Exclude
Syntax
Cancel Exclude
Parameters
None.
Description
Re-instates all runners who were previously removed by an Exclude command, making them eligible for subsequent award listings.
Remarks
This command is used to clear a previous Exclude operation. For example, after excluding overall winners from age-group awards, you would use Cancel Exclude to put them back in the pool before running award listings for other categories, like weight groups.
You would use this in a file which begins with the @ such as an age-group listing. Normally, in such a listing you exclude people who have won an award so that they do not win one in another category. However, there may be times when you want to allow anyone to win, in which case you use the Cancel Exclude command.
Examples
To run age group awards excluding top finishers, then run weight class awards including everyone:
* In @AWARDS.LST
EXCLUDE M 1
EXCLUDE F 1
AGERES.RSM M 20 29 3
AGERES.RSM F 20 29 3
...
Cancel Exclude
WEIGHT.RSM M 200 999 3
...