Searched refs:statText (Results 1 – 1 of 1) sorted by relevance
348 Dim statText As String variable350 statText = fileCont.ReadLine351 If (statText = C_STAT_FINISHED) Then353 ElseIf (Left(statText, Len(C_STAT_ANALYSED)) = C_STAT_ANALYSED) Then355 lastFile = Mid(statText, Len(C_STAT_ANALYSED) + 1)356 ElseIf (Left(statText, Len(C_STAT_ANALYSING)) = C_STAT_ANALYSING) Then358 lastFile = Mid(statText, Len(C_STAT_ANALYSING) + 1)
Completed in 4 milliseconds