Navigation:  MCL Reference > Statistics on Past Records >

StdTime( )

Print this Topic Previous pageReturn to chapter overviewNext page

This function returns the averages of running time (standard time) of all races particular combinations of distance, course, track, and class.

 

Syntax

StdTime(nBackSeason,nDist,cClass,cCourse,cGoingID)

 

Argument

Description

Example

nBackSeason

Target season. Default to season of underlying race.

1  (for last season)

nDist

Distance of target races. Default to distance of underlying race.

1400  (1400m races)

cClass

Class of target races. Default to class of underlying race.

'2'  (for 2nd class)

cCourse

Course of target races. Default to course of underlying race.

'H'  (for Happy Valley)

cGoingID

Going ID of target races. Default to going of underlying race.

'1'  (for firm going)

 

Returns

Character (Width=6)

Example of returned value: '1.36.3'

 

Example

The following function returns the standard time distance, class, course and going similar to those of the underlying race in the underlying season.

StdTime( )

 

The following function returns the standard time distance, class, course and going similar to those of the underlying race in last season.

StdTime(1)

 

Assume you are opening a first class race. The following function returns the standard time for the class 2 in the underlying season with distance, course and going identical to the current race:

StdTime(1, ,'2')

 

 


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