Searched refs:curFile (Results 1 – 1 of 1) sorted by relevance
196 Dim curFile As String variable207 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)) Then218 Set myFile = fso.GetFile(curFile)
Completed in 24 milliseconds