Skip to main content

Place

Syntax

Place

Parameters

None.

Description

Calculates and displays the place (rank) based on the time of the immediately preceding Event or calculated time (e.g., after a Minus command).

Remarks

This command assigns a place based on the time generated by the Event, Minus, or Plus command immediately before it. It's useful for showing ranks at splits or for segments (like the second half of a race). It can also be used to display the correct place in lists sorted alphabetically, especially when combined with No Place Numbers to suppress the default overall place column.

Examples

To show place at the 5K mark and place for the second half of a 10K:

Event 5K
* Place at 5K based on 5K time *
Place
Event 10K
Minus 5K
* Place for 10K segment based on 10K-5K time *
Place
* Display final 10K time (overall place is default) *
Event 10K

To show correct place in an alphabetically sorted list:

Sort LAST NAME
Sort FIRST NAME
No Place Numbers
Event TIME
* Show place based on TIME *
Place
Field FIRST NAME
Field LAST NAME
...