Home
last modified time | relevance | path

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

/aoo42x/main/migrationanalysis/src/wizard/
H A DAnalyse.bas196 Dim curFile As String variable
207 curFile = Mid(statLine, Len(C_STAT_ANALYSED) + 1)
209 curFile = Mid(statLine, Len(C_STAT_ANALYSING) + 1)
215 If (curFile = "") Then curFile = myDocList.item(lastIndex)
217 If (GetDocumentIndex(curFile, myDocList, lastIndex)) Then
218 Set myFile = fso.GetFile(curFile)

Completed in 33 milliseconds