Home
last modified time | relevance | path

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

/AOO41X/main/migrationanalysis/src/wizard/
H A DAnalyse.bas36 Private Const C_STAT_ANALYSED As String = "analysed=" constant
206 If (Left(statLine, Len(C_STAT_ANALYSED)) = C_STAT_ANALYSED) Then
207 curFile = Mid(statLine, Len(C_STAT_ANALYSED) + 1)
353 ElseIf (Left(statText, Len(C_STAT_ANALYSED)) = C_STAT_ANALYSED) Then
355 lastFile = Mid(statText, Len(C_STAT_ANALYSED) + 1)