Home
last modified time | relevance | path

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

/aoo4110/main/migrationanalysis/src/wizard/
H A DAnalyse.bas201 Dim statLine As String variable
204 statLine = fileCont.ReadLine
206 If (Left(statLine, Len(C_STAT_ANALYSED)) = C_STAT_ANALYSED) Then
207 curFile = Mid(statLine, Len(C_STAT_ANALYSED) + 1)
208 ElseIf (Left(statLine, Len(C_STAT_ANALYSING)) = C_STAT_ANALYSING) Then
209 curFile = Mid(statLine, Len(C_STAT_ANALYSING) + 1)

Completed in 10 milliseconds