Home
last modified time | relevance | path

Searched refs:statText (Results 1 – 1 of 1) sorted by relevance

/aoo42x/main/migrationanalysis/src/wizard/
H A DAnalyse.bas348 Dim statText As String variable
350 statText = fileCont.ReadLine
351 If (statText = C_STAT_FINISHED) Then
353 ElseIf (Left(statText, Len(C_STAT_ANALYSED)) = C_STAT_ANALYSED) Then
355 lastFile = Mid(statText, Len(C_STAT_ANALYSED) + 1)
356 ElseIf (Left(statText, Len(C_STAT_ANALYSING)) = C_STAT_ANALYSING) Then
358 lastFile = Mid(statText, Len(C_STAT_ANALYSING) + 1)

Completed in 5 milliseconds