Best
Syntax
Best number
Parameters
- number: An integer specifying how many of the best (lowest) times to include in the sum.
Description
Used with the Sum command to add only the best (lowest) n times from a series of specified event fields.
Remarks
This is ideal for scoring events where only the top performances count.
Examples
To sum the best two of three times and place the result in TOTAL:
Field TIME1
Sum
Field TIME2
Sum
Field TIME3
Sum
Field TOTAL
BEST 2