Home
last modified time | relevance | path

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

/AOO41X/main/migrationanalysis/src/wizard/
H A DAnalyse.bas37 Private Const C_STAT_ANALYSING As String = "analysing=" constant
208 ElseIf (Left(statLine, Len(C_STAT_ANALYSING)) = C_STAT_ANALYSING) Then
209 curFile = Mid(statLine, Len(C_STAT_ANALYSING) + 1)
356 ElseIf (Left(statText, Len(C_STAT_ANALYSING)) = C_STAT_ANALYSING) Then
358 lastFile = Mid(statText, Len(C_STAT_ANALYSING) + 1)