Skip to main content

Database to Event

Syntax

Database to Event
Database Field field_name
Event event_name

Parameters

  • field_name: The source field in the database containing the time to be moved.
  • event_name: The destination event to which the time will be moved.

Description

Moves a time value from a database field to an event.

Remarks

This is useful for situations like prediction races, where predicted times are entered into a field and need to be moved to an event for scoring. It is recommended to use Initialize Times before this command to clear the destination event. A Select command should be used to filter for records that actually have a time to move.

Examples

To move prediction times from the PRE field to the PREDICT event:

Database to Event
Initialize Times
Event PREDICT
Database Field PRE
Select PRE
<>