Searched refs:statLine (Results 1 – 1 of 1) sorted by relevance
201 Dim statLine As String variable204 statLine = fileCont.ReadLine206 If (Left(statLine, Len(C_STAT_ANALYSED)) = C_STAT_ANALYSED) Then207 curFile = Mid(statLine, Len(C_STAT_ANALYSED) + 1)208 ElseIf (Left(statLine, Len(C_STAT_ANALYSING)) = C_STAT_ANALYSING) Then209 curFile = Mid(statLine, Len(C_STAT_ANALYSING) + 1)
Completed in 21 milliseconds