Searched refs:C_STAT_ANALYSED (Results 1 – 1 of 1) sorted by relevance
36 Private Const C_STAT_ANALYSED As String = "analysed=" constant206 If (Left(statLine, Len(C_STAT_ANALYSED)) = C_STAT_ANALYSED) Then207 curFile = Mid(statLine, Len(C_STAT_ANALYSED) + 1)353 ElseIf (Left(statText, Len(C_STAT_ANALYSED)) = C_STAT_ANALYSED) Then355 lastFile = Mid(statText, Len(C_STAT_ANALYSED) + 1)