Result Fields

Results hold numerical values which are mostly times in number of seconds, but they can also represent points, number of laps or other values.

Result fields use the Dot Logic using either TimeX or NameOfResult, replace X with the ID of the Result, e.g. Time5.Decimal for the value in the result with ID 5.

For each result the following fields are available

TimeX
NameOfResult
 

Formatted time according to Time Format settings

  .Decimal Numerical value saved

 

.Rounded

Numerical value rounded according to Time Rounding settings

  .Text Time as Text formatted hh:mm:ss
  .Positive Returns 1 if a time > 0 is saved in the result.
  .Info Text saved along with the time, usually details from the timing system.
  .Overwritten Returns 1 if the result is overwritten

The following short versions can also be used, these do not apply Dot Logic.

Tx Numerical value saved (Equivalent to TimeX.Decimal)

TRx

Numerical value rounded according to Time Rounding settings (Equivalent to TimeX.Rounded)