Navigation:  MCL Reference > Race and Meeting Information >

HrLastSectionTime( ), JrLastSectionTime( ), SrLastSectionTime( )

Print this Topic Previous pageReturn to chapter overviewNext page

The functions return the time (in seconds) of the section, which is counted starting from the last section, specified by the 1st argument.

 

Syntax

HrLastSectionTime(nSection,nBackRaces,'fCondition',cDefaultVal,cIncluding)

JrLastSectionTime(nSection,nBackRaces,'fCondition',cDefaultVal,cIncluding)

SrLastSectionTime(nSection,nBackRaces,'fCondition',cDefaultVal,cIncluding)

 

Returns

Numeric (Characters=4, Decimals=1)

 

Example of Returned Value

24.2

 

Examples

HrLastSectionTime( )

Or

HrLastSectionTime(1)

The above 2 functions return the same value, i.e., time (in seconds) for the last section. Please note that the "1" in the brackets is for 1st last section rather than the prior start.

 

HrLastSectionTime( ,1)

Or

HrLastSectionTime(1,1)

The above 2 functions return the same value, i.e., time (in seconds) for the last section of the race of the last start. Please note that the last "1" in the brackets refers to the prior start the horse.

 

HrLastSectionTime(2)

Returns time for the 2nd last section of the race.

 

See also

HrSeconds( ), JrSeconds( ), SrSeconds( ) | HrSectionTime( ), JrSectionTime( ), SrSectionTime( ) | HrLastSectPos( ), JrLastSectPos( ), SrLastSectPos( )

 

 


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