Navigation:  MCL Reference > Race and Meeting Information >

HrSectionTime( ), JrSectionTime( ), SrSectionTime( )

Print this Topic Previous pageReturn to chapter overviewNext page

The functions return the time of an individual section, specified by the first argument (nSection) of the function, of a race.

 

Syntax

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

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

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

 

Returns

Numeric (Width=4, Decimal=1)

 

Examples

HrSectionTime( )

Or

HrSectionTime(1)

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

 

HrSectionTime( ,1)

Or

HrSectionTime(1,1)

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

 

HrSectionTime(2)

Returns time for the 2nd section of the race.

 

See also

HrSectionalTime( ), JrSectionalTime( ), SrSectionalTime( ) | HrAccSectionalTime( ), JrAccSectionalTime( ), SrAccSectionalTime( )

 

 


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