Navigation:  MCL Reference > Information about a Start >

HrStakes( ), JrStakes( ), SrStakes( )

Print this Topic Previous pageReturn to chapter overviewNext page

The functions return the accumulated stakes of the horse. Please note that the functions always return the total stakes up to the season the underlying start takes place rather than the stakes up to a particular race. Therefore you may see the same figure returned by these functions on different races of the same season.

 

Warning

Stakes data are stored season by season. These functions will give accurate figures only for new races or the last starts of horses of a season.

 

Syntax

HrStakes(cFlag)

JrStakes(cFlag)

SrStakes(cFlag)

 

cFlag

For

Omitted or blank

Accumulated stakes up to the season of the underlying start

"A"

Average accumulated stakes per race

"L"

Local stakes

"O"

Overseas stakes

An Arabic numeral for number of seasons

Number of latest seasons in which stakes earned

 

About Season Number

Once a season number is included into the cFlag argument, the stakes the horse earned before arriving HK will not be counted.

 

Returns

Numeric (9 digits)

 

Examples

Total local and overseas stakes earned in the current season which the start takes place.

HrStakes("1")

 

Total overseas stakes earned in all seasons up to current start. Stakes earned before arriving HK will also be included.

HrStakes("O")

 

Total local stakes earned in all seasons up to current start.

HrStakes("L")

 

Local stakes earned in current season.

HrStakes("L1")

 

Local stakes earned in latest 2 seasons.

HrStakes("L2")

 

Total Local and overseas stakes earned in latest 2 seasons. Stakes earned before arriving HK will not be included.

HrStakes("2LO")

 

Average stakes per race earned in latest 2 seasons. Stakes earned before coming to HK will not be counted.

HrStakes("2A")

 

Average stakes per race, including those earned before coming to HK.

HrStakes("A")

 

 

 


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