Skip to main content

Personal Record / Personal Best

Syntax

Personal Record field_name
Personal Best field_name

Parameters

  • field_name: The name of the database field containing the participant's personal record time for the race distance (e.g., PR, PB). The time in this field must be in H:MM:SS or MM:SS format.

Description

Compares the participant's current race time to their stored personal record and indicates if a new personal record was achieved.

Remarks

Personal Record and Personal Best are aliases and function identically. This command must follow an Event command specifying the current race time. If the current time is faster than the time in the specified field_name, an indicator (e.g., "PR") will be printed next to the time. The specified field_name (e.g., PR) will appear as the column header.

Examples

To check the current TIME against a personal record stored in the PR field:

Event TIME
Personal Record PR