Last 3 Races:
If SecondCallPosition > FinishPosition then
Mcp = Mcp+(SecondCallPosition – FinishPosition)
End if
MPP = PTS where
If SecondCallPosition = 3 Then PTS = (PTS + 1)
If SecondCallPosition = 2 Then PTS = (PTS + 2)
If SecondCallPosition = 1 Then PTS = (PTS + 3)
If StretchCallPosition = 3 Then PTS = (PTS + 2)
If StretchCallPosition = 2 Then PTS = (PTS + 4)
If StretchCallPosition = 1 Then PTS = (PTS + 6)
If FinishPosition = 3 Then PTS = (PTS + 3)
If FinishPosition = 2 Then PTS = (PTS + 6)
If FinishPosition = 1 Then PTS = (PTS + 9)
Zpwr=PrimePower+MPP+MCP+MaxDRF+(120-weight)
Created with the Personal Edition of HelpNDoc: Full featured Documentation generator