Navigation:  MCL Reference > Statistics in a Race >

RunnersFind( )

Print this Topic Previous pageReturn to chapter overviewNext page

The functions return the value of an MCL function expression at a start that satisfies a particular condition. Searching will start from the winning horse.

 

Syntax

RunnerFind('nValueExpr',cRaceID,'fCondition',nNth)

 

Argument

Description

Example

'eValueExpr'

Datum the location of which is to be found.
Data type of expression: Any

'HrBodyweight( )'

cRaceID

Race ID (default to underlying race). Normally, this is a string returned by the functions HrRaceID( ), JrRaceID( ) and SrRaceID( ).

'17222'

'fCondition'

Logical expression to filter out a particular set of runners in the race.

'HrFP( )<=3'

 

Returns

Data type identical to that of the first argument.

 

Example

RunnersFind('HrHorse( )',17222,'For HrBleedDate( )<>{}')

Returns the name of the horse, if any, which bleed in the race of ID 17222 (season 97-98 the 222nd race)

 

 


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