Lines Matching refs:startIndex
390 Dim startIndex As Long variable
403 startIndex = 1
405 bNewResultsFile = bNewResultsFile And GetIndexValues(startIndex, nextSave, myFiles)
411 For index = startIndex To numFiles
3581 Function GetIndexValues(startIndex As Long, nextCheck As Long, _
3594 startIndex = 1
3598 startIndex = 1
3600 startIndex = FindIndex(lastCheckpoint, myFiles, 1) + 1
3601 If (startIndex > 0) Then newResultsFile = False
3604 nextCheck = FindIndex(nextFile, myFiles, startIndex - 1)
3607 startIndex = 1
3610 ElseIf (nextCheck < startIndex) Then 'we are done?
3611 nextCheck = startIndex + C_MAX_CHECK
3612 ElseIf (nextCheck = startIndex) Then 'skip this one
3614 startIndex = startIndex + 1
3615 nextCheck = startIndex + C_MAX_CHECK