Record
Syntax
Record record_description
Parameters
- record_description: A string containing the course record information, typically including the time, the record holder's name, and the year (e.g.,
1:03:17 by John Doe in 1982). If there is no previous record, use text likeNew record. No previous record.
Description
Displays the course record information on the first page of the results and indicates if a new record has been set.
Remarks
If the first finisher's time is faster than the time specified in the record_description, a "New Record" message is printed at the bottom of the page. Otherwise, the provided record text is printed below the first finisher's details. The format of the messages can be customized using Record Command and New Record Command.
Examples
To specify an existing record:
Record 1:03:17 by John Doe in 1982
To indicate no previous record exists:
Record New record. No previous record.