Navigation:  MCL Reference > Information about a Start >

HrStartIDOn(), JrStartIDOn(), SrStartIDOn()

Print this Topic Previous pageReturn to chapter overviewNext page

The functions return the "Start ID" of a horse (jockey, stable) run on specified date. If no run is found on the day or "B" is passed into the 2nd argument, the Start ID of the suitable run on a nearest day will be returned. If there is more than one run on the day, the Start ID of the day's last run will be returned.

 

Syntax

HrStartIDOn(dDate,cFlag)

JrStartIDOn(dDate,cFlag)

SrStartIDOn(dDate,cFlag)

 

Arguments

dDate

Target date. The Start ID of an eligible start on this day will be returned. If no eligible start is found on this date, the Start ID of an eligible start on the nearest day after (cFlag="A") or before (cFlag="B") this date will be returned.

cFlag

"A" or omitted: The Start ID of an start on dDate will be returned. If no eligible start is found on dDate, the ID of an eligible start on the nearest day after this date will be returned. If there is more than one eligible start on the day, the Start ID of the day's last start will be returned.

"B": The Start ID of an eligible start before dDate will be returned. If there is more than one eligible start on the day, the Start ID of the day's last start will be returned.

 

Returns

Character (Width=8)

 

See Also

HrStartID( ), JrStartID( ), SrStartID( ) || HrRaceID( ), JrRaceID( ), SrRaceID( )

 

 


Page url: http://www.racematenet.com/english/help/index.html?hrstartidon.htm